diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2021-10-22 10:37:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:37:05 +0200 |
commit | 972105183a16c9ac8c43f379cce4acc8bf764cd8 (patch) | |
tree | 0fe96be034da0cf05c7df42a35c4cd9a943c337f | |
parent | 6a5edf04725502d749636fc6c6bb3935d83c222f (diff) |
DB/Instances: Added missing templates for some BfA dungeons
closes by mdX7
-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 |