From e1e3a9cab81b20dc87882e911c6bc6748640fa5f Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 19 Mar 2019 18:39:54 +0100 Subject: DB/GameObjects: Fix some WinterGrasp Banner position --- sql/updates/world/3.3.5/2019_03_19_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_19_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_03_19_01_world.sql b/sql/updates/world/3.3.5/2019_03_19_01_world.sql new file mode 100644 index 00000000000..4d6ed103c44 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_19_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `position_x`=4387.62, `position_y`=2719.57, `position_z`=389.935, `orientation`=-1.54462, `rotation2`=-0.697792, `rotation3`=0.716301, `state`=1 WHERE `guid`=75191 AND `id`=192450; +UPDATE `gameobject` SET `position_y`=2717.070068, `orientation`=-1.54462, `rotation2`=-0.697792, `rotation3`=0.716301, `state`=1 WHERE `guid` IN (75179,75190); +UPDATE `gameobject` SET `orientation`=-1.54462, `rotation2`=-0.704015, `state`=1 WHERE `guid`=75186 AND `id`=192441; -- cgit v1.2.3