Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | StoveIsUpGrade = false;
|
| | | }
|
| | | PlayRecycleGuid();
|
| | | if (makerItemID == 0 && addExp > 0)
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip("RecyclingElixir", addExp);
|
| | | }
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | if (RefreshStoveModelEvent != null)
|
| | | RefreshStoveModelEvent();
|
| | |
|
| | | if(makerItemID == 0 && addExp > 0)
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip("RecyclingElixir", addExp);
|
| | | }
|
| | | }
|
| | |
|
| | | public bool IsReachMaxStoveLv()
|
| | |
| | | } |
| | | _XpSkill = Config.Instance.Get<SkillConfig>(SkillID); |
| | | Skill _skill = PlayerDatas.Instance.hero.SkillMgr.Get(_XpSkill.SkillID); |
| | | if (_skill == null)
|
| | | {
|
| | | XpButton.SetActive(false);
|
| | | return;
|
| | | } |
| | | if (_skill.IsValid()) |
| | | { |
| | | XpButton.SetActive(true); |