aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorw1sht0l1v3 <w1sht0l1v3@gmail.com>2013-08-17 14:59:49 +0300
committerw1sht0l1v3 <w1sht0l1v3@gmail.com>2013-08-17 14:59:49 +0300
commit7b9f34afc5fc5be53e71c40ef85e0f55824c60f7 (patch)
treed30e874daaa5fe4aa584be64349dcea5b9c60a4f /sql
parentc45e665c860e1c555d0e081f8bb1b4ee0c160c72 (diff)
Core/Scripts: Placeholder for instance The Stockade.
It is needed for Random Dungeon Finder credit. Correct entry for last encounter in the instance.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_17_00_world_misc.sql4
1 files changed, 4 insertions, 0 deletions
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;