From 24a5fe13dbe36d665f32576e2e3f4cc69138453c Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 17 Oct 2021 23:13:40 +0300 Subject: DB/GameObject: Plaques in the Royal Gallery of Stormwind Keep Closes #27077 --- sql/updates/world/3.3.5/2021_10_17_05_world_335.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_10_17_05_world_335.sql (limited to 'sql') 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; -- cgit v1.2.3