mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user