aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-03 00:37:27 +0200
committerKillyana <morphone1@gmail.com>2018-09-03 00:37:27 +0200
commit5a0ce669f0d8ae49ab9e3456eff4e1068e3c9189 (patch)
treef982618cc88554175f20c6ed52153dd26a028472 /sql
parent58602d722380d5db3beda0dc6f916dab9172b1db (diff)
DB/GameObject: Fix Firelands Raid portal
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_09_03_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_09_03_01_world.sql b/sql/updates/world/master/2018_09_03_01_world.sql
new file mode 100644
index 00000000000..172d2322d53
--- /dev/null
+++ b/sql/updates/world/master/2018_09_03_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `gameobject` SET `id`=214611, `PhaseId`=169 WHERE `id`=209061 AND `guid`=238544;