From ef7978b209a20d079f29f58a90ecd6827e8d29b4 Mon Sep 17 00:00:00 2001 From: chenyueqi Date: Wed, 17 Mar 2021 16:33:32 +0800 Subject: [PATCH] 电波塔检查任务参数错误 --- src/actions/TowerAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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