mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +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