aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_06_05_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_05_03_world.sql b/sql/updates/world/6.x/2016_06_05_03_world.sql
new file mode 100644
index 00000000000..ea17874ede8
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_05_03_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `instance_template` WHERE `map` = 1448;
+INSERT INTO `instance_template` (`map`, `parent`, `allowMount`) VALUES
+(1448, 1116, 1);