Skip to content

Commit

Permalink
fix(DB/Creature): Fix Zul'jin spawn position (azerothcore#20477)
Browse files Browse the repository at this point in the history
Co-authored-by: sudlud <[email protected]>
  • Loading branch information
Nyeriah and sudlud authored Nov 7, 2024
1 parent 56843eb commit 717cca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1730989779516531800.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `position_x` = 119.9805831909179687, `position_y` = 674.24493408203125, `position_z` = 51.8244781494140625, `orientation` = 1.466076612472534179, `VerifiedBuild` = 50373 WHERE `guid` = 89358 AND `id1` = 23863;

0 comments on commit 717cca4

Please sign in to comment.