From e6783240294629c65d77e9eae779f79beb36b9e0 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 26 Aug 2025 01:56:26 +0200 Subject: DB/Gameobject: Update position of some gameobjects closes #31223 by CraftedRO --- sql/updates/world/3.3.5/2025_08_26_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_08_26_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_08_26_01_world.sql b/sql/updates/world/3.3.5/2025_08_26_01_world.sql new file mode 100644 index 00000000000..c5e30b74cec --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_26_01_world.sql @@ -0,0 +1,5 @@ +-- Goldthorn x2 +UPDATE `gameobject` SET `position_z`=32.193 WHERE `guid`=8802 AND `id`=2046; +UPDATE `gameobject` SET `position_x`=-3979.151123, `position_y`=1944.172241, `position_z`=89.001403 WHERE `guid`=50240 AND `id`=2046; +-- Mithril Deposit +UPDATE `gameobject` SET `position_x`=-4011.820801, `position_y`=1951.623291, `position_z`=103.557777 WHERE `guid`=120653 AND `id`=2040; -- cgit v1.2.3