xiyou_yueNanZhengshi
DESKTOP-MMO982B\User 2024-11-15 15:04:34 +08:00
parent 925d393cf8
commit c8159ae2f4
1 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ end
-- 上阵位置解锁条件
function this.UnLockCondition(index)
local tip = Language[11151]
local formatData = GetLanguageStrById(gameSetConfig[1].HeroLocation)
local formatData = gameSetConfig[1].HeroLocation
local judgeType = formatData[index][1]
local value = formatData[index][2]
if judgeType == 1 then -- 关卡判断
@ -459,7 +459,7 @@ function this.NextArmCondition()
if nextIndex >= this.MaxArmyNum() then
nextIndex = this.MaxArmyNum()
end
local formatData = GetLanguageStrById(gameSetConfig[1].HeroLocation)
local formatData = gameSetConfig[1].HeroLocation
local judgeType = formatData[nextIndex][1]
local value = formatData[nextIndex][2]
local nextTip = Language[11153]