mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Loch Modan): adjusting x, y and z axes for nodes (#17614)
This commit is contained in:
5
data/sql/updates/pending_db_world/2023_10_29_00.sql
Normal file
5
data/sql/updates/pending_db_world/2023_10_29_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `gameobject` SET `position_x` = -5737.2, `position_y` = -3880.4, `position_z` = 330 WHERE `guid` = 75928 and `id` = 1732;
|
||||
|
||||
UPDATE `gameobject` SET `position_x` = -5737.2, `position_y` = -3880.4, `position_z` = 330 WHERE `guid` = 75927 and `id` = 1731;
|
||||
|
||||
UPDATE `gameobject` SET `position_x` = -5737.2, `position_y` = -3880.4, `position_z` = 330 WHERE `guid` = 75929 and `id` = 1733;
|
||||
Reference in New Issue
Block a user