diff options
-rw-r--r-- | src/game/SpellEffects.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 6e205e7b2f0..db608094426 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -331,6 +331,14 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) switch(m_spellInfo->Id) // better way to check unknown { + case 35354://hand of death + { + if(unitTarget && unitTarget->HasAura(38528,0))//protection of elune + { + damage = 0; + } + break; + } // percent from health with min case 25599: // Thundercrash { |