diff options
| author | megamage <none@none> | 2009-05-18 15:17:53 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-18 15:17:53 -0500 |
| commit | 3f98363aab842b2731de4e95a24bca28bd202134 (patch) | |
| tree | ac28d8d8ffe0480e0218e2499ddd9880f917f2eb /src/game/SpellAuras.cpp | |
| parent | df866dd37ba8d9b8dd98f972c2e37ae871c68deb (diff) | |
| parent | d0ef4b8b4ae8cb1a7003ceb2a82c11845e14bfec (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 124fdd9543b..59059756fbc 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5965,12 +5965,10 @@ void AuraEffect::PeriodicTick() } } - if(Player *modOwner = pCaster->GetSpellModOwner()) modOwner->ApplySpellMod(spellProto->Id, SPELLMOD_MULTIPLE_VALUE, multiplier); - // Don't apply heal mods for this aura - uint32 heal = uint32(new_damage * multiplier);//pCaster->SpellHealingBonus(pCaster, spellProto, uint32(new_damage * multiplier), DOT, stackAmount); + uint32 heal = uint32(pCaster->SpellHealingBonus(pCaster, spellProto, uint32(new_damage * multiplier), DOT, stackAmount)); int32 gain = pCaster->DealHeal(pCaster, heal, spellProto); pCaster->getHostilRefManager().threatAssist(pCaster, gain * 0.5f, spellProto); |
