diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-08-26 01:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 01:56:26 +0200 |
commit | e6783240294629c65d77e9eae779f79beb36b9e0 (patch) | |
tree | 2e1f44a7e059c46565e3a8e6c34408e6690fd578 | |
parent | 3e5bb27935cdc701922cb2e3823aa931ffef4e4a (diff) |
DB/Gameobject: Update position of some gameobjects
closes #31223
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_08_26_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |