Skip to content

Commit

Permalink
DB/Creature: Update two Argent Tournament Grounds npc spawn coordinates
Browse files Browse the repository at this point in the history
closes TrinityCore#29897 by CraftedRO
  • Loading branch information
Aokromes authored Apr 5, 2024
1 parent 4d690f6 commit 2bf896b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/3.3.5/2024_04_05_00_world.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 2bf896b

Please sign in to comment.