Commit 6288ab7fb49bed3a286c19493e77506f4723d418
Merge branch 'bugfix' into develop
* 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() |
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit 52f8c5f05d0a531232a7dd7887becd2a77986aa1
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808
-
mentioned in commit ba6d85edc65900830c7e168102d70671881b5808