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 | 53 | local leaderPassive = {} |
| 54 | 54 | local player = advTeam.player |
| 55 | 55 | if not player then |
| 56 | - local advAddAttrs = self.adv.owner:getAdvLvAddAttr() | |
| 56 | + local advAddAttrs = self.adv.owner:getAdvLvAddAttrs() | |
| 57 | 57 | |
| 58 | 58 | player = {} |
| 59 | 59 | player.level = 1 | ... | ... |