diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-11-27 18:38:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 18:38:58 +0100 |
| commit | e3f66ad7bad05392bd80b50b3bc89f13f0f2b1fc (patch) | |
| tree | cf458c5243d956e14dd9b4de84a7069a7721face | |
| parent | e7395b0e2de662ce6ce004cf4859b0e035115c47 (diff) | |
DB/Gameobject: Adjust position for a Copper Vein
closes #31500
by azerothcore
| -rw-r--r-- | sql/updates/world/3.3.5/2025_11_27_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_11_27_02_world.sql b/sql/updates/world/3.3.5/2025_11_27_02_world.sql new file mode 100644 index 00000000000..37f382d75bc --- /dev/null +++ b/sql/updates/world/3.3.5/2025_11_27_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `position_x`=-8747.79, `position_y`=-2256.47, `position_z`=153.350, `orientation`=0.855903 WHERE `guid`=18679 AND `id`=1731; |
