yyl
7 天以前 1291ceec18df557dfc19a939d975ff31ce09af20
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
1个文件已修改
5 ■■■■■ 已修改文件
Main/System/Guild/GuildHawkerWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Guild/GuildHawkerWin.cs
@@ -208,9 +208,10 @@
                return;
            }
            if (GuildManager.Instance.familyZBGActions[1].Value3 == 0 && UIHelper.GetMoneyCnt(GuildManager.Instance.zbgPriceType) < GuildManager.Instance.familyZBGActions[1].Value2)
            if (GuildManager.Instance.familyZBGActions[1].Value3 == 0 &&
                !UIHelper.CheckMoneyCount(GuildManager.Instance.zbgPriceType, GuildManager.Instance.familyZBGActions[1].Value2, 2))
            {
                SysNotifyMgr.Instance.ShowTip("LackMoney", GuildManager.Instance.zbgPriceType);
                // SysNotifyMgr.Instance.ShowTip("LackMoney", GuildManager.Instance.zbgPriceType);
                return;
            }