From 94f7d2fb49c9c9f1d2e7dc3a4fe2a368d830404f Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 28 Feb 2020 14:00:33 +0100 Subject: DB/GameObject: Protoype Console 65262/191761 Closes #22648 (cherry picked from commit 1a761aa8e7091b90a7449ac03d336693be675edd) --- sql/updates/world/master/2021_12_22_06_world_2020_02_28_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_12_22_06_world_2020_02_28_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_22_06_world_2020_02_28_02_world.sql b/sql/updates/world/master/2021_12_22_06_world_2020_02_28_02_world.sql new file mode 100644 index 00000000000..ca0f280066e --- /dev/null +++ b/sql/updates/world/master/2021_12_22_06_world_2020_02_28_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_x`=7974.169, `position_y`=-826.5645, `position_z`=967.8755, `orientation`=-0.5410506, `rotation2`=-0.2672377, `rotation3`=0.9636307 WHERE `id`=191761; +UPDATE `gameobject_addon` SET `parent_rotation2`=-0.2672377, `parent_rotation3`=0.9636307 WHERE `guid`=65262; -- cgit v1.2.3