DB/Instances: Added missing templates for some BfA dungeons

closes by mdX7
This commit is contained in:
Aokromes
2021-10-22 10:37:05 +02:00
committed by GitHub
parent 6a5edf0472
commit 972105183a
@@ -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