From 0333d22fe9454cf9382bdb81bf60b64e46abc72f Mon Sep 17 00:00:00 2001 From: w1sht0l1v3 Date: Sat, 17 Aug 2013 15:25:09 +0300 Subject: Core/Scripts: Placeholder for instance Ragefire Chasm. It is needed for Random Dungeon Finder credit. --- sql/updates/world/2013_08_17_01_world_misc.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_08_17_01_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_17_01_world_misc.sql b/sql/updates/world/2013_08_17_01_world_misc.sql new file mode 100644 index 00000000000..42555f591bf --- /dev/null +++ b/sql/updates/world/2013_08_17_01_world_misc.sql @@ -0,0 +1 @@ +UPDATE `instance_template` SET `script`='instance_ragefire_chasm' WHERE `map`=389; -- cgit v1.2.3