少年修仙传客户端代码仓库
client_linchunjie
2018-08-27 4c4ba8e718902656ffe7f467b6a85fe331eb37c4
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
13 ■■■■■ 已修改文件
System/BlastFurnace/BlastFurnaceModel.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/XpSkill.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/BlastFurnace/BlastFurnaceModel.cs
@@ -184,6 +184,10 @@
                StoveIsUpGrade = false;
            }
            PlayRecycleGuid();
            if (makerItemID == 0 && addExp > 0)
            {
                SysNotifyMgr.Instance.ShowTip("RecyclingElixir", addExp);
            }
        }
        else
        {
@@ -193,10 +197,6 @@
        if (RefreshStoveModelEvent != null)
            RefreshStoveModelEvent();
        if(makerItemID == 0 && addExp > 0)
        {
            SysNotifyMgr.Instance.ShowTip("RecyclingElixir", addExp);
        }
    }
    public bool IsReachMaxStoveLv()
System/MainInterfacePanel/XpSkill.cs
@@ -54,6 +54,11 @@
            }            
            _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);