From 7345cb653263479d421222eb166d14e97464fc8c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 19:55:39 +0800
Subject: [PATCH] 3335 代码维护
---
System/MainInterfacePanel/MainButtonMisc.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/MainButtonMisc.cs b/System/MainInterfacePanel/MainButtonMisc.cs
index f245d91..4d5aa88 100644
--- a/System/MainInterfacePanel/MainButtonMisc.cs
+++ b/System/MainInterfacePanel/MainButtonMisc.cs
@@ -297,7 +297,7 @@
{
if (fairyGrabBossModel.flyToGrabBossRemind)
{
- var money = (int)UIHelper.GetMoneyCnt(1) + (int)UIHelper.GetMoneyCnt(2);
+ var money = (int)UIHelper.GetMoneyCnt(1) ;
if (money >= 1)
{
FlyShoesUseCallback();
--
Gitblit v1.8.0