diff options
author | megamage <none@none> | 2008-12-29 17:27:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-29 17:27:50 -0600 |
commit | f70d5a22c7efdef6caab5d9ddf433d689e5f0dbc (patch) | |
tree | 1d600a20630e92f7fe848abdc87b9f48c6dd15b6 /src/game/SpellEffects.cpp | |
parent | 35ce5ca6ba2ac8f0a70049cca652a541f2e10bec (diff) |
*Update to Mangos 6982.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 92fb4575746..e8c94e1a13a 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -436,6 +436,13 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) } break; } + case SPELLFAMILY_PRIEST: + { + // Shadow Word: Death - deals damage equal to damage done to caster + if (m_spellInfo->SpellFamilyFlags & 0x0000000200000000LL) + m_caster->CastCustomSpell(m_caster, 32409, &damage, 0, 0, true); + break; + } case SPELLFAMILY_DRUID: { // Ferocious Bite |