diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-04-05 18:11:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 18:11:58 +0200 |
commit | 2bf896bbe7f008319154b42a13ba113c507378c7 (patch) | |
tree | d2b1477104899b620ef794be9294a60914621beb | |
parent | 4d690f65c116d1e9eb31e9938407161a6d71f40f (diff) |
DB/Creature: Update two Argent Tournament Grounds npc spawn coordinates
closes #29897 by CraftedRO
-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; |