Commit 7f75dbc4b2c8c8f79d92b038707fd153468b2133
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 | ... | ... |