diff options
author | Killyana <morphone1@gmail.com> | 2020-01-27 02:49:36 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-27 02:49:36 +0100 |
commit | 0ec2a5fd745c7bd12e96f1870689ce52751b467a (patch) | |
tree | 0b0dc390a2d631f93089fc7eb487a934a8b284cd /src | |
parent | 13c81f55e3314fede78acfbb72a47384961d1f25 (diff) |
Spell/Script: Fix Prison chain for Unworty Initiate
Closes #24089
The spell 54613 is not used in the game
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index a9f33fe6db5..3a3650d45f9 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -43,8 +43,7 @@ enum UnworthyInitiate { - SPELL_SOUL_PRISON_CHAIN_SELF = 54612, - SPELL_SOUL_PRISON_CHAIN = 54613, + SPELL_SOUL_PRISON_CHAIN = 54612, SPELL_DK_INITIATE_VISUAL = 51519, SPELL_ICY_TOUCH = 52372, @@ -170,7 +169,6 @@ public: phase = PHASE_TO_EQUIP; me->SetStandState(UNIT_STAND_STATE_STAND); - me->RemoveAurasDueToSpell(SPELL_SOUL_PRISON_CHAIN_SELF); me->RemoveAurasDueToSpell(SPELL_SOUL_PRISON_CHAIN); float z; |