From 1ad954e215faa04784806a01774a70900439e952 Mon Sep 17 00:00:00 2001 From: w1sht0l1v3 Date: Sat, 17 Aug 2013 19:14:48 +0300 Subject: Core/Scripts: Placeholders for instances Maraudon and Dire Maul. It is needed for Random Dungeon Finder credit. --- sql/updates/world/2013_08_17_04_world_misc.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_08_17_04_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_17_04_world_misc.sql b/sql/updates/world/2013_08_17_04_world_misc.sql new file mode 100644 index 00000000000..0ecc2ada335 --- /dev/null +++ b/sql/updates/world/2013_08_17_04_world_misc.sql @@ -0,0 +1,2 @@ +UPDATE `instance_template` SET `script`='instance_maraudon' WHERE `map`=349; +UPDATE `instance_template` SET `script`='instance_dire_maul' WHERE `map`=429; -- cgit v1.2.3