aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-04 16:17:46 -0600
committermegamage <none@none>2009-01-04 16:17:46 -0600
commiteb5a7b02eef6fe13684dfe14faf048bbce1d0f83 (patch)
tree395bd3da004c0628956d64335ee0e2c404d4f772 /src/game/SpellAuras.cpp
parent820e0214faf4645ef1bc411aa5cc581392db62db (diff)
parent15d25f45ae920a4418f3fcb1e6828c923a3aedc1 (diff)
*Merge with Trinity 783.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 66a91fbc19b..8ae85c89ff0 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6033,7 +6033,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