Core/Spells: Implemented SPELL_EFFECT_RESURRECT_WITH_AURA (effect number 172)

This commit is contained in:
Shauren
2013-01-01 21:57:31 +01:00
parent 35451c2307
commit 312e8509dd
7 changed files with 99 additions and 37 deletions

View File

@@ -92,7 +92,7 @@ public:
FlyBackTimer = 4500;
break;
case 2:
if (!player->isRessurectRequested())
if (!player->IsRessurectRequested())
{
me->HandleEmoteCommand(EMOTE_ONESHOT_CUSTOM_SPELL_01);
DoCast(player, SPELL_REVIVE, true);