diff --git a/src/actions/HeroAction.lua b/src/actions/HeroAction.lua index 40c6b1c..635a3b9 100644 --- a/src/actions/HeroAction.lua +++ b/src/actions/HeroAction.lua @@ -147,7 +147,7 @@ function _M.wakeRpc(agent, data) local oldBattleV = hero:getProperty("battleV") hero:updateProperty({field = "wakeL", delta = 1}) - role:checkTaskEnter("Wake", {heroType = typ, wakeL = curLevel}) + role:checkTaskEnter("Wake", {heroType = typ, wakeL = curLevel + 1}) if curLevel == 3 then -- 解锁cg role:checkTaskEnter("WakeCG", {heroType = typ}) end -- libgit2 0.21.2