fix(DB/Loch Modan): adjusting x, y and z axes for nodes (#17614)
This commit is contained in:
parent
68263b773d
commit
dc39f6f211
1 changed files with 5 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue