少年修仙传客户端代码仓库
client_linchunjie
2018-08-27 4c4ba8e718902656ffe7f467b6a85fe331eb37c4
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()