diff options
-rw-r--r-- | sql/updates/world/3.3.5/2024_04_05_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_04_05_00_world.sql b/sql/updates/world/3.3.5/2024_04_05_00_world.sql new file mode 100644 index 00000000000..39072e8c99b --- /dev/null +++ b/sql/updates/world/3.3.5/2024_04_05_00_world.sql @@ -0,0 +1,5 @@ +-- Update Ellia Moondancer (33644) spawn coordinates +UPDATE `creature` SET `position_x`=8579.241, `position_y`=755.2691, `position_z`=547.376, `orientation`=0 WHERE `guid`=200793 AND `id`=33644; + +-- Update Jenna Thunderbrew (33645) spawn coordinates +UPDATE `creature` SET `position_x`=8579.87, `position_y`=749.8559, `position_z`=547.376, `orientation`=0 WHERE `guid`=75091 AND `id`=33645; |