aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-09-28 12:47:21 +0200
committerGitHub <noreply@github.com>2016-09-28 12:47:21 +0200
commit477daed6cf614ddc1ca2177040de751fd1dffc3c (patch)
tree93aca56e6156ae4b8c9415d761c89d1932e896a4
parent75f9164fc85e1551e3bb09903a9803719b774482 (diff)
DB/Misc: add some legion instance templates
Closes #17919 by searum
-rw-r--r--sql/updates/world/6.x/2016_09_28_00_world.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_28_00_world.sql b/sql/updates/world/6.x/2016_09_28_00_world.sql
new file mode 100644
index 00000000000..cab24f66855
--- /dev/null
+++ b/sql/updates/world/6.x/2016_09_28_00_world.sql
@@ -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);