Commit e41f8aec5da116345b77e9da300134a8304e7054

Authored by zhouhaihai
1 parent e22ded1b

被动技奖励

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvPassive.lua
... ... @@ -457,7 +457,7 @@ function Passive:effect9(itemId, triggerPms, ratio, max)
457 457 return
458 458 end
459 459 if not cond then return end
460   - self.owner.battle.adv.owner:award({[itemId] = math.floor(math.max(0, math.min(max, cond / ratio)))})
  460 + self.owner.battle.adv:award({[itemId] = math.floor(math.max(0, math.min(max, cond / ratio)))})
461 461 end
462 462  
463 463 --10=战斗额外掉落次数
... ...