fix(DB/Scripts): Unworthy Initiate Chains (#9668)

This commit is contained in:
Vox
2021-12-17 10:09:23 -07:00
committed by GitHub
parent 9be67e508b
commit ca2e5b5231
2 changed files with 9 additions and 3 deletions

View File

@@ -638,8 +638,7 @@ public:
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,
@@ -760,7 +759,6 @@ public:
phase = PHASE_TO_EQUIP;
me->SetUInt32Value(UNIT_FIELD_BYTES_1, 0);
me->RemoveAurasDueToSpell(SPELL_SOUL_PRISON_CHAIN_SELF);
me->RemoveAurasDueToSpell(SPELL_SOUL_PRISON_CHAIN);
float z;