diff options
author | Badgersson <83663557+Dekz120@users.noreply.github.com> | 2022-12-23 16:26:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 14:26:28 +0100 |
commit | d91c4526e1630669a48ade376d46b78b7dfeac9e (patch) | |
tree | edf1245becdaa1efefa1426cff8602ede49b9e91 /src | |
parent | 036c72327f50af5f231c5ec8cc69af7db7f4aaa8 (diff) |
Core/Spells: resurrection after raise ally (#28582)
(fix #26296)player->IsResurrectRequested() now is called with spell_dk_raise_ally_Aura removing
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_dk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_dk.cpp b/src/server/scripts/Spells/spell_dk.cpp index 56703240121..2e16e4f7ebd 100644 --- a/src/server/scripts/Spells/spell_dk.cpp +++ b/src/server/scripts/Spells/spell_dk.cpp @@ -2414,6 +2414,7 @@ public: ghoul->DespawnOrUnsummon(1s); } + player->ClearResurrectRequestData(); player->RemoveAura(SPELL_GHOUL_FRENZY); } |