|
@@ -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;
|
|
|
|
|