diff options
author | Blaymoira <none@none> | 2009-01-04 17:58:31 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-04 17:58:31 +0100 |
commit | aafde5059f15c7f8dbab080d79769e3477e5ee59 (patch) | |
tree | 6c7ae5d216a5aeebd02a0f59d8a0cac3c2983184 /src/game/SpellAuras.cpp | |
parent | c9f0d4292afa4b468728c456f7ec0f56d8d15c62 (diff) | |
parent | a7cc53d2620512548feb23446f469326110fb859 (diff) |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 06fff3309c0..3469f65d7ff 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5875,7 +5875,8 @@ void Aura::PeriodicTick() SpellEntry const* spellProto = GetSpellProto(); //maybe has to be sent different to client, but not by SMSG_PERIODICAURALOG SpellNonMeleeDamage damageInfo(pCaster, m_target, spellProto->Id, spellProto->SchoolMask); - pCaster->CalculateSpellDamage(&damageInfo, gain, spellProto); + //no SpellDamageBonus for burn mana + pCaster->CalculateSpellDamageTaken(&damageInfo, gain, spellProto); pCaster->SendSpellNonMeleeDamageLog(&damageInfo); // Set trigger flag |