diff options
author | offl <offl@users.noreply.github.com> | 2021-10-17 23:13:40 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-10-17 23:13:40 +0300 |
commit | 24a5fe13dbe36d665f32576e2e3f4cc69138453c (patch) | |
tree | 5b61da09f52ca6e807084a9dab96728c69325a51 | |
parent | fa3a62ae4e890dc526f2f0474e3469ccddb15edf (diff) |
DB/GameObject: Plaques in the Royal Gallery of Stormwind Keep
Closes #27077
-rw-r--r-- | sql/updates/world/3.3.5/2021_10_17_05_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_17_05_world_335.sql b/sql/updates/world/3.3.5/2021_10_17_05_world_335.sql new file mode 100644 index 00000000000..da8028afcc0 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_17_05_world_335.sql @@ -0,0 +1,7 @@ +-- +UPDATE `gameobject` SET `position_x` = -8337.72, `position_y` = 519.845, `position_z` = 122.939, `orientation` = -1.12724, `rotation0` = -0.667572, `rotation1` = -0.233126, `rotation2` = -0.667571, `rotation3` = 0.23313 WHERE `guid` = 20458 AND `id` = 177200; +UPDATE `gameobject` SET `position_x` = -8338.47, `position_y` = 509.136, `position_z` = 122.931, `orientation` = 0, `rotation0` = -0.307199, `rotation1` = -0.636889, `rotation2` = -0.307199, `rotation3` = 0.636891 WHERE `guid` = 31619 AND `id` = 177201; +UPDATE `gameobject` SET `position_x` = -8347.64, `position_y` = 520.972, `position_z` = 122.939, `orientation` = 0, `rotation0` = -0.307199, `rotation1` = -0.636889, `rotation2` = -0.307199, `rotation3` = 0.636891 WHERE `guid` = 20459 AND `id` = 177202; +UPDATE `gameobject_addon` SET `parent_rotation2` = 0.944089, `parent_rotation3` = -0.329691 WHERE `guid` IN (20458,31619,20459); + +DELETE FROM `game_event_gameobject` WHERE `guid` = 31619; |