Commit 9101db34b5e2610f4a5a50b5c58b7d321fa0f6ec

Authored by chenyueqi
2 parents a94f25f8 670e4d84

Merge branch 'tr/bugfix' into tr/publish/preview

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,7 +110,7 @@ function _M.endBattleRpc(agent, data)
110 curLevel = curLevel + 1 110 curLevel = curLevel + 1
111 reward, change = role:award(curTower.reward, {log = {desc = "towerBattle", int1 = id}}) 111 reward, change = role:award(curTower.reward, {log = {desc = "towerBattle", int1 = id}})
112 if towerType == 0 then 112 if towerType == 0 then
113 - role:checkTaskEnter("TowerPass", {count = towerInfo.l}) 113 + role:checkTaskEnter("TowerPass", {level = towerInfo.l})
114 end 114 end
115 end 115 end
116 116