diff options
-rw-r--r-- | sql/updates/world/6.x/2016_09_28_00_world.sql | 17 |
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); |