mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(DB/gameObject): book "Old Hatreds - The Colonization of Kalimdor" spawn (#7041)
Changed the spawn and animprogress so the book can spawn in its default location - Closes #7037
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626790590532118200');
|
||||
|
||||
-- Changed the position of the spawn to match the source. Updates animprogress to 0 because its not a box
|
||||
UPDATE `gameobject` SET `position_x` = -7194.81, `position_y` = -3753.68, `position_z` = 8.62923, `animprogress` = 0 WHERE (`id` = 175763) AND (`guid` = 17342);
|
||||
|
||||
Reference in New Issue
Block a user