Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Jan 1, 2024
1 parent 2c8f9b4 commit 33b6655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`,
(2514, 5056, -40, 0, 1, 1, 0, 0, 10),
(2516, 5056, -40, 0, 1, 1, 0, 0, 10);

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Correct Position of Argent Sentry
UPDATE `creature` SET `position_x` = 2281.64, `position_y` = -5323.76, `position_z` = 89.2311, `orientation` = 2.21657 WHERE `guid` = 69677;


-- End of migration.
END IF;
Expand Down

0 comments on commit 33b6655

Please sign in to comment.