diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2021-10-29 14:11:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 14:11:06 +0200 |
| commit | cd6ba01e3db100a677bc37651b506a6701a6b901 (patch) | |
| tree | bb37bfc3d0a9b4def21abacf682f1cb8aef3bb9f | |
| parent | 1e4c98515c566d3a94a7bfcc553629d487e93bbf (diff) | |
DB/Spawns: Fix Garroshs phase & position within Orgrimmar
closes #27177 by mdx7
| -rw-r--r-- | sql/updates/world/master/2021_10_29_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_29_03_world.sql b/sql/updates/world/master/2021_10_29_03_world.sql new file mode 100644 index 00000000000..5924e036d43 --- /dev/null +++ b/sql/updates/world/master/2021_10_29_03_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `position_x`=1665.99658203125, `position_y`=-4354.52978515625, `position_z`=26.43378829956054687, `orientation`=2.923297643661499023, `PhaseId`=1167 WHERE `guid`=310903 AND `id`=39605; |
