diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:38:10 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
commit | 36d2a6576b2bbc8f455e20a58a459bc41938fb34 (patch) | |
tree | 65059331b95e082fcb10236d1fdb26edf865ccfc | |
parent | b5baa97d8ea2638b8f1bbe84b09238bee7bdde60 (diff) |
DB/Gameobject: Fix phase for The Death Knights of Acherus
Closes #20805
(cherry picked from commit 513e1c91c4e59abc9826582faef1d8a5b64d9d09)
-rw-r--r-- | sql/updates/world/master/2021_01_25_27_world_2017_11_08_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_27_world_2017_11_08_08_world.sql b/sql/updates/world/master/2021_01_25_27_world_2017_11_08_08_world.sql new file mode 100644 index 00000000000..f1f4de20dd7 --- /dev/null +++ b/sql/updates/world/master/2021_01_25_27_world_2017_11_08_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `PhaseId`=176 WHERE `guid`=66496; |