aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorw1sht0l1v3 <w1sht0l1v3@gmail.com>2013-08-17 17:50:33 +0300
committerw1sht0l1v3 <w1sht0l1v3@gmail.com>2013-08-17 17:50:33 +0300
commit7c7f19228e7a562f225c717215fd34dfcaf5b35a (patch)
tree6dc7335da4fc38c37adcaf8594566c4866a960d8 /sql
parent08133c7fef8755cfd5d0b020cb3a89a75294b54b (diff)
Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.
It is needed for Random Dungeon Finder credit.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_17_03_world_misc.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_17_03_world_misc.sql b/sql/updates/world/2013_08_17_03_world_misc.sql
new file mode 100644
index 00000000000..649c40efdfc
--- /dev/null
+++ b/sql/updates/world/2013_08_17_03_world_misc.sql
@@ -0,0 +1,2 @@
+UPDATE `instance_template` SET `script`='instance_underbog' WHERE `map`=546;
+UPDATE `instance_template` SET `script`='instance_the_slave_pens' WHERE `map`=547;