From fd18bc262e11ea67906c7cdcacaab3164a04e43b Mon Sep 17 00:00:00 2001 From: chenyueqi Date: Mon, 8 Mar 2021 15:54:02 +0800 Subject: [PATCH] 电波塔战斗激活消息bug --- 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 8327728..ec44ff4 100644 --- a/src/actions/TowerAction.lua +++ b/src/actions/TowerAction.lua @@ -214,7 +214,7 @@ function _M.activeTowerBonusRpc(agent, data) local curLevel = towerLevel[tType] if tType ~= 1 then - if curLevel <= globalCsv.tower_open[towerType - 1] then return 4 end + if curLevel <= globalCsv.tower_open[tType - 1] then return 4 end end if (curLevel % 10000) <= bnousData.floor then return 3 end -- libgit2 0.21.2