Commit debdc4f7eba7c5f5eff0c2fdcf0d5bd4fe825bc4

Authored by zhouhaihai
1 parent 2c04fed9

bug

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