aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-29 17:27:50 -0600
committermegamage <none@none>2008-12-29 17:27:50 -0600
commitf70d5a22c7efdef6caab5d9ddf433d689e5f0dbc (patch)
tree1d600a20630e92f7fe848abdc87b9f48c6dd15b6 /src/game/SpellAuras.cpp
parent35ce5ca6ba2ac8f0a70049cca652a541f2e10bec (diff)
*Update to Mangos 6982.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index ad7c9d5ad7b..f5db41ed37f 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -5636,10 +5636,10 @@ void Aura::PeriodicTick()
data << uint32(1);
data << uint32(m_modifier.m_auraname);
data << (uint32)pdamage;
+ data << uint32(0); // overkill
data << (uint32)GetSpellSchoolMask(GetSpellProto()); // will be mask in 2.4.x
data << (uint32)absorb;
data << (uint32)resist;
- data << uint32(0); // wotlk
m_target->SendMessageToSet(&data,true);
Unit* target = m_target; // aura can be deleted in DealDamage