From 23df3ca12cc6414e8d65e616938887a668f01f86 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 12 Sep 2011 12:07:53 +0200 Subject: DB/Templates: Allow mounts in AQ40 and ICC Closes #2984 --- sql/updates/world/2011_09_12_02_world_instance_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_09_12_02_world_instance_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_09_12_02_world_instance_template.sql b/sql/updates/world/2011_09_12_02_world_instance_template.sql new file mode 100644 index 00000000000..2fe38236e28 --- /dev/null +++ b/sql/updates/world/2011_09_12_02_world_instance_template.sql @@ -0,0 +1,2 @@ +UPDATE `instance_template` SET `allowMount`=1 WHERE `map`=531; -- Allow mount in AQ40 +UPDATE `instance_template` SET `allowMount`=1 WHERE `map`=631; -- Allow mount in ICC -- cgit v1.2.3