diff options
author | offl <offl@users.noreply.github.com> | 2020-06-14 18:35:40 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-06-14 18:35:40 +0200 |
commit | c4f83a55e81e8aac5f32fc1efe0534b04f1b9d47 (patch) | |
tree | ec3edcdd79b9fe7ae5593b793f9fd64477a96c8a | |
parent | 8bccb258ba027c013ee4e6e5d59f184129d27d5c (diff) |
DB/GameObject: Stormwind objects with wrong rotation
Closes #24737
-rw-r--r-- | sql/updates/world/3.3.5/2020_06_14_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_14_06_world.sql b/sql/updates/world/3.3.5/2020_06_14_06_world.sql new file mode 100644 index 00000000000..16a6b8762dc --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_14_06_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `gameobject` SET `position_x` = -8337.7236, `position_y` = 519.8452, `position_z` = 122.93923, `orientation` = -1.1272352, `rotation0` = -0.6675715, `rotation1` = -0.2331256, `rotation2` = -0.6675710, `rotation3` = 0.2331298, `animprogress` = 255, `VerifiedBuild` = 12340 WHERE `guid` = 20458 AND `id` = 177200; +UPDATE `gameobject` SET `position_x` = -8338.4677, `position_y` = 509.1356, `position_z` = 122.93091, `orientation` = 0, `rotation0` = -0.3071990, `rotation1` = -0.6368894, `rotation2` = -0.3071985, `rotation3` = 0.6368905, `animprogress` = 255, `VerifiedBuild` = 12340 WHERE `guid` = 31619 AND `id` = 177201; +UPDATE `gameobject` SET `position_x` = -8347.6357, `position_y` = 520.9722, `position_z` = 122.93923, `orientation` = 0, `rotation0` = -0.3071990, `rotation1` = -0.6368894, `rotation2` = -0.3071985, `rotation3` = 0.6368905, `animprogress` = 255, `VerifiedBuild` = 12340 WHERE `guid` = 20459 AND `id` = 177202; +UPDATE `gameobject_addon` SET `parent_rotation0` = 0, `parent_rotation1` = 0, `parent_rotation2` = 0.9440889, `parent_rotation3` = -0.3296907 WHERE `guid` IN (20458,31619,20459); |