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,7 +445,7 @@ function RolePlugin.bind(Role) | ||
445 | wakeL = globalCsv.unit_wake_initLevel[unitData.rare], | 445 | wakeL = globalCsv.unit_wake_initLevel[unitData.rare], |
446 | } | 446 | } |
447 | if heroInfo.wakeL == 3 then | 447 | if heroInfo.wakeL == 3 then |
448 | - self:checkTaskEnter("WakeCG", {heroType = typ}) | 448 | + self:checkTaskEnter("WakeCG", {heroType = heroType}) |
449 | end | 449 | end |
450 | local newHero = require("models.Hero").new(heroInfo) | 450 | local newHero = require("models.Hero").new(heroInfo) |
451 | newHero:create() | 451 | newHero:create() |