lcy
4 天以前 3b4fac671d7e98eda10094d94da6fcc1c0552bf8
576 【淘金】增加将星玉髓消耗提示
2个文件已修改
5 ■■■■■ 已修改文件
Main/System/Equip/BlessLVWin.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/InternalAffairs/GoldRushRefreshWin.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Equip/BlessLVWin.cs
@@ -211,6 +211,8 @@
        var pack = new CB223_tagCMTreeLVUP();
        pack.Type = 0;
        GameNetSystem.Instance.SendInfo(pack);
        SysNotifyMgr.Instance.ShowStringTip(Language.Get("CostItemTip", UIHelper.GetIconNameWithMoneyType(BlessLVManager.Instance.upgradeTreeMoneyType), config.LVUPNeedMoney));
    }
}
Main/System/InternalAffairs/GoldRushRefreshWin.cs
@@ -238,6 +238,9 @@
        if (GoldRushManager.Instance.SendGoldRushOP(1, GoldRushManager.Instance.selectCampID, 0))
        {
            SysNotifyMgr.Instance.ShowTip("GoldRush4");
            SysNotifyMgr.Instance.ShowStringTip(Language.Get("CostItemTip",
                UIHelper.GetIconNameWithMoneyType(GoldRushManager.Instance.refreshMoneyType),
                GoldRushManager.Instance.GetRefreshMoney(GoldRushManager.Instance.selectCampID)));
        }
    }