aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2018-09-10 23:55:21 +0200
committerGitHub <noreply@github.com>2018-09-10 23:55:21 +0200
commit6ca174c9fa14144e98d805a5a9d63101f3fd7cb3 (patch)
treefc798db0310abceca91328935ce9f8d6136d1733
parentddd779fef55f14e2229d1b64e9eb48a02e6f3f7a (diff)
DB/Misc: Fix more dungeons in northrend parent map
By PatricNox
-rw-r--r--sql/updates/world/3.3.5/2018_09_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_10_01_world.sql b/sql/updates/world/3.3.5/2018_09_10_01_world.sql
new file mode 100644
index 00000000000..d061f10b4c1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `instance_template` SET `parent`=571 WHERE `map` IN (724, 668, 658, 632, 631);