diff options
author | Killyana <morphone1@gmail.com> | 2018-09-03 00:37:27 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-03 00:37:27 +0200 |
commit | 5a0ce669f0d8ae49ab9e3456eff4e1068e3c9189 (patch) | |
tree | f982618cc88554175f20c6ed52153dd26a028472 /sql | |
parent | 58602d722380d5db3beda0dc6f916dab9172b1db (diff) |
DB/GameObject: Fix Firelands Raid portal
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2018_09_03_01_world.sql | 2 |
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; |