Commit 670e4d84810bf8340bca32aaec82df53820bf452
Merge branch 'tr/bugfix-qa' into tr/bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/TowerAction.lua
... | ... | @@ -110,7 +110,7 @@ function _M.endBattleRpc(agent, data) |
110 | 110 | curLevel = curLevel + 1 |
111 | 111 | reward, change = role:award(curTower.reward, {log = {desc = "towerBattle", int1 = id}}) |
112 | 112 | if towerType == 0 then |
113 | - role:checkTaskEnter("TowerPass", {count = towerInfo.l}) | |
113 | + role:checkTaskEnter("TowerPass", {level = towerInfo.l}) | |
114 | 114 | end |
115 | 115 | end |
116 | 116 | ... | ... |