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

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