diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:38:10 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-08 18:38:10 +0100 |
commit | 513e1c91c4e59abc9826582faef1d8a5b64d9d09 (patch) | |
tree | 5e1c2e290ad9d8742e31ddfa472c452b47cd6d8a | |
parent | 8899d4d6d38311e2f0f2bfab04cd99a97f38338e (diff) |
DB/Gameobject: Fix phase for The Death Knights of Acherus
Closes #20805
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_08_world.sql b/sql/updates/world/3.3.5/2017_11_08_08_world.sql new file mode 100644 index 00000000000..0ce3d678ca6 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_08_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `phaseMask`=128 WHERE `guid`=66496; |