Commit 565b0ad060e1db5c39607896556ceaa7f9841e90
1 parent
8f5218e6
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBattle.lua
@@ -53,7 +53,7 @@ function Battle:initPlayer() | @@ -53,7 +53,7 @@ function Battle:initPlayer() | ||
53 | local leaderPassive = {} | 53 | local leaderPassive = {} |
54 | local player = advTeam.player | 54 | local player = advTeam.player |
55 | if not player then | 55 | if not player then |
56 | - local advAddAttrs = self.adv.owner:getAdvLvAddAttr() | 56 | + local advAddAttrs = self.adv.owner:getAdvLvAddAttrs() |
57 | 57 | ||
58 | player = {} | 58 | player = {} |
59 | player.level = 1 | 59 | player.level = 1 |