| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), |
| | | Language.Get("L1135", GuildManager.Instance.zbgPriceType, cutPrice)+ Language.Get("Guild_71"), (bool isOK) => |
| | | Language.Get("L1135", UIHelper.GetIconNameWithMoneyType(GuildManager.Instance.zbgPriceType), cutPrice)+ Language.Get("Guild_71"), (bool isOK) => |
| | | { |
| | | if (isOK) |
| | | { |