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/FlyingShoesTask.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/FlyingShoesTask.cs b/System/MainInterfacePanel/FlyingShoesTask.cs
index feaa830..965a5f9 100644
--- a/System/MainInterfacePanel/FlyingShoesTask.cs
+++ b/System/MainInterfacePanel/FlyingShoesTask.cs
@@ -300,7 +300,7 @@
{
if (mainModel.IsFlyShoseBool)
{
- int NeedMoney = (int)UIHelper.GetMoneyCnt(1) + (int)UIHelper.GetMoneyCnt(2);
+ int NeedMoney = (int)UIHelper.GetMoneyCnt(1);
if (NeedMoney >= 1)
{
HeroAIRecorder.ClearRecord();
--
Gitblit v1.8.0