diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-02-20 11:43:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 11:43:23 +0100 |
| commit | 310e001d3f12fd3b50c23400e4d43319b2e3183f (patch) | |
| tree | d4d2e544ff997adb1b04329e88252ce5be067d39 | |
| parent | b4168ee83355f36c46a9b592710b685695999121 (diff) | |
DB/Creature: Update Knot Thimblejack spawn coordinates
closes #30700
by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2025_02_20_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_02_20_00_world.sql b/sql/updates/world/3.3.5/2025_02_20_00_world.sql new file mode 100644 index 00000000000..bd05a2f6379 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_20_00_world.sql @@ -0,0 +1,2 @@ +-- Update Knot Thimblejack spawn coordinates +UPDATE `creature` SET `position_x`=581.0821533203125, `position_y`=523.2933349609375, `position_z`=-25.31939697265625, `orientation`=2.722713708877563476, `VerifiedBuild`=59207 WHERE `guid`=56804 AND `id`=14338; |
