From 968bc8d47b23b2d3e0cbe8658e6d5c90340bbef6 Mon Sep 17 00:00:00 2001 From: damnablebear <127447064+damnablebear@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:20:27 -0400 Subject: [PATCH] fix:(DB/Gameobject) Re-arrange location of Webwinder Path's signpost gps so they sit on the sign (#17308) * webwinder-signpost-gps Fixing the webwinder path signpost gps locations so they actually sit on the post rather than floating * Update data/sql/updates/pending_db_world/webwinder-signpost-gps.sql Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> * Update webwinder-signpost-gps.sql adding whitespace and updating syntax --------- Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com> --- data/sql/updates/pending_db_world/webwinder-signpost-gps.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/webwinder-signpost-gps.sql diff --git a/data/sql/updates/pending_db_world/webwinder-signpost-gps.sql b/data/sql/updates/pending_db_world/webwinder-signpost-gps.sql new file mode 100644 index 000000000..c286c86a3 --- /dev/null +++ b/data/sql/updates/pending_db_world/webwinder-signpost-gps.sql @@ -0,0 +1,5 @@ +UPDATE `gameobject` SET `position_x` = 634.220, `position_y` = 359.989 WHERE `guid` = 47468 AND `id` = 19569; + +UPDATE `gameobject` SET `position_x` = 634.065, `position_y` = 360.295 WHERE `guid` = 47480 AND `id` = 19570; + +UPDATE `gameobject` SET `position_x` = 633.923, `position_y` = 359.858, `position_z` = 50.713 WHERE `guid` = 47481 AND `id` = 19571;