From 7b9f34afc5fc5be53e71c40ef85e0f55824c60f7 Mon Sep 17 00:00:00 2001 From: w1sht0l1v3 Date: Sat, 17 Aug 2013 14:59:49 +0300 Subject: Core/Scripts: Placeholder for instance The Stockade. It is needed for Random Dungeon Finder credit. Correct entry for last encounter in the instance. --- sql/updates/world/2013_08_17_00_world_misc.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_08_17_00_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_17_00_world_misc.sql b/sql/updates/world/2013_08_17_00_world_misc.sql new file mode 100644 index 00000000000..b16f1bb4eb3 --- /dev/null +++ b/sql/updates/world/2013_08_17_00_world_misc.sql @@ -0,0 +1,4 @@ +UPDATE `instance_template` SET `script`='instance_the_stockade' WHERE `map`=34; +-- Bazil Thredd should be the last boss in the instance, not Dextren Ward +UPDATE `instance_encounters` SET `lastEncounterDungeon`=12 WHERE `entry`=539; +UPDATE `instance_encounters` SET `lastEncounterDungeon`=0 WHERE `entry`=540; -- cgit v1.2.3