Commit 3ed95697b45d592455ad79217c9b6bd931a4a4cd

Authored by zhouhaihai
1 parent bcbb0c7b

成就 参数错误

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -445,7 +445,7 @@ function RolePlugin.bind(Role)
445 445 wakeL = globalCsv.unit_wake_initLevel[unitData.rare],
446 446 }
447 447 if heroInfo.wakeL == 3 then
448   - self:checkTaskEnter("WakeCG", {heroType = typ})
  448 + self:checkTaskEnter("WakeCG", {heroType = heroType})
449 449 end
450 450 local newHero = require("models.Hero").new(heroInfo)
451 451 newHero:create()
... ...