diff options
-rw-r--r-- | sql/updates/world/master/2021_10_22_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_00_world.sql b/sql/updates/world/master/2021_10_22_00_world.sql new file mode 100644 index 00000000000..36b06d57e48 --- /dev/null +++ b/sql/updates/world/master/2021_10_22_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `instance_template` WHERE `map` IN(1771, 1841, 1862, 1864, 1877); +INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES +(1771, 0, '', 1), -- Tol Dagor +(1841, 0, '', 1), -- The Underrot +(1862, 0, '', 1), -- Waycrest Manor +(1864, 0, '', 1), -- Shrine of the Storm +(1877, 0, '', 1); -- Temple of Sethraliss |