From 6561229d16ddaa86da9dbd7ad86f1b9ae82c445e Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 3 Jan 2020 14:05:30 +0100 Subject: DB/GameObject: Fix Shadowfang Keep levers positions --- sql/updates/world/3.3.5/2020_01_03_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_03_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql b/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql new file mode 100644 index 00000000000..967407f0bab --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_03_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `gameobject` SET `position_x`=-252.696, `position_y`=2114.22, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698, `state`=1 WHERE `id`=18900; +UPDATE `gameobject` SET `position_x`=-249.220, `position_y`=2123.10, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698 WHERE `id`=18901; +UPDATE `gameobject` SET `position_x`=-245.598, `position_y`=2132.32, `position_z`=82.8052, `orientation`=-0.190831, `rotation0`=-0.131892, `rotation1`=-0.694696, `rotation2`=-0.131892, `rotation3`=0.694698 WHERE `id`=101811; -- cgit v1.2.3