Spell/Script: Fix Prison chain for Unworty Initiate

Closes #24089
The spell 54613 is not used in the game

(cherry picked from commit 0ec2a5fd74)
This commit is contained in:
Killyana
2020-01-27 02:49:36 +01:00
committed by Shauren
parent a463e7f1bd
commit ac4df1d856
2 changed files with 5 additions and 3 deletions

View File

@@ -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;