mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[11495] Implement damage taken reduce part of spell 20911, 25899.
This commit is contained in:
parent
575584ad9b
commit
6237c115a5
3 changed files with 28 additions and 11 deletions
|
|
@ -2767,6 +2767,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
}
|
||||
case 31231: // Cheat Death
|
||||
{
|
||||
// Cheating Death
|
||||
m_caster->CastSpell(m_caster, 45182, true);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue