aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-27 02:49:36 +0100
committerKillyana <morphone1@gmail.com>2020-01-27 02:49:36 +0100
commit0ec2a5fd745c7bd12e96f1870689ce52751b467a (patch)
tree0b0dc390a2d631f93089fc7eb487a934a8b284cd /sql/updates
parent13c81f55e3314fede78acfbb72a47384961d1f25 (diff)
Spell/Script: Fix Prison chain for Unworty Initiate
Closes #24089 The spell 54613 is not used in the game
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2020_01_27_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_27_00_world.sql b/sql/updates/world/3.3.5/2020_01_27_00_world.sql
new file mode 100644
index 00000000000..8ec78bc039e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_01_27_00_world.sql
@@ -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');