Commit 7f75dbc4b2c8c8f79d92b038707fd153468b2133

Authored by liuzujun
1 parent 40c88e08

拾荒活动积分up

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
src/adv/Adv.lua
... ... @@ -831,7 +831,7 @@ function Adv:over(success, rewardRatio, overType)
831 831 local actData = self.owner.activity:getActData("AdvLevel")
832 832  
833 833 -- 计算活动积分up
834   - local upMap = actCfg["upCharacter"]
  834 + local upMap = actCfg["upCharacter"]:toNumMap()
835 835 local team = self.owner:getProperty("advTeam")
836 836 local format = self.owner:getTeamHerosInfo(team).heros
837 837 local upVal = 0
... ...
1   -Subproject commit 4210e5c61075be7be7df1737200944d9bcb6810d
  1 +Subproject commit 22bce4827af9dd5e283b29abefa7f6bd89163a10
... ...