diff options
author | megamage <none@none> | 2009-06-15 23:20:38 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-15 23:20:38 -0500 |
commit | 9286711d4fe13919d7a0449f9d49f30f44917651 (patch) | |
tree | 950a624296167fe87e75584ce0fa6ab3c925e8a2 /src | |
parent | e489988bf484b039736f7fb6c7d15d7924cdd320 (diff) |
[8022] Update spell 53301 and ranks damage formula. Author: XTZGZoReX
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 471209e8f77..c83134335ea 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4573,7 +4573,7 @@ void AuraEffect::HandleAuraPeriodicDummy(bool apply, bool Real, bool changeAmoun { // Explosive Shot if (apply && !loading && caster) - m_amount += int32(caster->GetTotalAttackPowerValue(RANGED_ATTACK) * 16 / 100); + m_amount += int32(caster->GetTotalAttackPowerValue(RANGED_ATTACK) * 14 / 100); break; } } |