Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
| | |
| | | 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; |
| | | } |
| | | |