mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-28 07:12:22 -08:00
fix(DB/gameobject): Adjust position for Bruiseweed node - GUID 3538 (#5363)
This commit is contained in:
parent
cd6ee1c644
commit
a6cc6fdc77
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618848739269957700');
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=-2076.86, `position_y`=-3631.41, `position_z`=60.910 WHERE `guid`=3538;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue