[11495] Implement damage taken reduce part of spell 20911, 25899.

This commit is contained in:
VladimirMangos 2011-05-16 20:45:28 +04:00
parent 575584ad9b
commit 6237c115a5
3 changed files with 28 additions and 11 deletions

View file

@ -2767,6 +2767,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
}
case 31231: // Cheat Death
{
// Cheating Death
m_caster->CastSpell(m_caster, 45182, true);
return;
}