Эх сурвалжийг харах

普通挑战消耗体力次数

zhaoyang 3 жил өмнө
parent
commit
0af3471e49

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightQuicklyView.cs

@@ -146,6 +146,7 @@ namespace GFGGame
                 if (_type == ConstInstanceZonesType.Story && _storyType == ConstInstanceZonesSubType.Normal)
                 if (_type == ConstInstanceZonesType.Story && _storyType == ConstInstanceZonesSubType.Normal)
                 {
                 {
                     _ui.m_btnFightTimes.visible = true;
                     _ui.m_btnFightTimes.visible = true;
+                    times = GameConst.MAX_COUNT_FIGHT_QUICKLY;
                 }
                 }
                 _ui.m_txtPowerDesc.visible = _ui.m_btnFightTimes.visible;
                 _ui.m_txtPowerDesc.visible = _ui.m_btnFightTimes.visible;