fix(DB/GameObject): spawn of some nodes so they spawn on ground (#7044)

This commit is contained in:
Asthalor
2021-07-23 15:08:07 +02:00
committed by GitHub
parent bbe1d4bb6d
commit ef08bbc088

View File

@@ -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));