少年修仙传客户端代码仓库
Client_PangDeRong
2018-08-25 988f17db6c3d394f5cf140c66cf61e2ad7f45c56
【1714]修复断线重连时出现回收丹药提示信息
1个文件已修改
8 ■■■■ 已修改文件
System/BlastFurnace/BlastFurnaceModel.cs 8 ●●●● 补丁 | 查看 | 原始文档 | 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()