|
@@ -147,7 +147,7 @@ namespace GFGGame
|
|
|
if (_type == ConstInstanceZonesType.Story && _storyType == ConstInstanceZonesSubType.Normal)
|
|
|
{
|
|
|
_ui.m_btnFightTimes.visible = true;
|
|
|
- times = GameConst.MAX_COUNT_FIGHT_QUICKLY;
|
|
|
+ times = _fightType == 1 ? 1 : GameConst.MAX_COUNT_FIGHT_QUICKLY;
|
|
|
}
|
|
|
_ui.m_txtPowerDesc.visible = _ui.m_btnFightTimes.visible;
|
|
|
|