From 74edb40104fcdd0402c6b1d213c351ac70729cde Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:32:56 +0200 Subject: [PATCH] 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 --- .../sql/updates/pending_db_world/rev_1626790590532118200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626790590532118200.sql diff --git a/data/sql/updates/pending_db_world/rev_1626790590532118200.sql b/data/sql/updates/pending_db_world/rev_1626790590532118200.sql new file mode 100644 index 000000000..3f686d8a8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626790590532118200.sql @@ -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); +