DB/Misc: add some legion instance templates

Closes #17919 by searum
This commit is contained in:
Aokromes
2016-09-28 12:47:21 +02:00
committed by GitHub
parent 75f9164fc8
commit 477daed6cf

View File

@@ -0,0 +1,17 @@
--
DELETE FROM `instance_template` WHERE `map` IN (1456,1458,1462,1466,1475,1477,1492,1493,1498,1501,1516,1533,1544,1554);
INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
(1456, 0, '', 0),
(1458, 0, '', 0),
(1462, 0, '', 0),
(1466, 0, '', 0),
(1475, 0, '', 0),
(1477, 0, '', 0),
(1492, 0, '', 0),
(1493, 0, '', 0),
(1498, 0, '', 0),
(1501, 0, '', 0),
(1516, 0, '', 0),
(1533, 0, '', 0),
(1544, 0, '', 0),
(1554, 0, '', 0);