Commit f7f25b047c9196c63a16103a1c3ffd29b214656d

Authored by zhouhaihai
1 parent d677158e

冒险bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/Adv.lua
... ... @@ -500,7 +500,7 @@ function Adv:over(success, rewardRatio)
500 500 name = self.owner:getProperty("name"),
501 501 headId = self.owner:getProperty("headId"),
502 502 lv = self.owner:getProperty("level"),
503   - batteV = self:getTeamBattleValue(team.heros),
  503 + batteV = self.owner:getTeamBattleValue(team.heros),
504 504 chapter = self.chapterId,
505 505 format = self.owner:getTeamHerosInfo(team.heros),
506 506 }
... ...