mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(DB/GameObject): spawn of some nodes so they spawn on ground (#7044)
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
Reference in New Issue
Block a user