mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (54612);
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0, 54612, 64, '', '', 'Chained Peasant (Chest) LOS');
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user