Core/Spells: resurrection after raise ally (#28582)

(fix #26296)player->IsResurrectRequested() now is called with spell_dk_raise_ally_Aura removing
This commit is contained in:
Badgersson
2022-12-23 16:26:28 +03:00
committed by GitHub
parent 036c72327f
commit d91c4526e1

View File

@@ -2414,6 +2414,7 @@ public:
ghoul->DespawnOrUnsummon(1s);
}
player->ClearResurrectRequestData();
player->RemoveAura(SPELL_GHOUL_FRENZY);
}