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');
|
||||
Reference in New Issue
Block a user