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:
Asthalor
2021-07-23 09:32:56 +02:00
committed by GitHub
parent e450fd6f68
commit 74edb40104

View File

@@ -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);