fix(DB/GameObject): spawn of some nodes so they spawn on ground (#7044)
This commit is contained in:
parent
bbe1d4bb6d
commit
ef08bbc088
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626802354783547000');
|
||||
|
||||
-- Fixed the z position so now nodes are on ground level
|
||||
UPDATE `gameobject` SET `position_z` = 16.463600 WHERE (`guid` IN (73680, 73681, 73682, 73683, 73684));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue