diff --git a/src/actions/TowerAction.lua b/src/actions/TowerAction.lua index c15608a..88b670b 100644 --- a/src/actions/TowerAction.lua +++ b/src/actions/TowerAction.lua @@ -110,7 +110,7 @@ function _M.endBattleRpc(agent, data) curLevel = curLevel + 1 reward, change = role:award(curTower.reward, {log = {desc = "towerBattle", int1 = id}}) if towerType == 0 then - role:checkTaskEnter("TowerPass", {count = towerInfo.l}) + role:checkTaskEnter("TowerPass", {level = towerInfo.l}) end end -- libgit2 0.21.2