Commit a790823a13ca2ab87eedc60f1df51ce59d8d65d1
Merge branch 'bugfix' into tr/cb
* bugfix: 成就 参数错误
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() | ... | ... |