fix(DB/gameobject): Adjust gob position for some Copper Vein nodes (#5602)

This commit is contained in:
Silker
2021-05-02 16:44:12 -06:00
committed by GitHub
parent f8abece0d5
commit 36c82f4c61

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619976848278136900');
-- Durotar | GUID 4815 | issue #5571
UPDATE `gameobject` SET `position_x`=-246.69, `position_y`=-5237.25, `position_z`=2.6372 WHERE `guid`=4815;
-- Thousand Needles | GUID 5365 | issue #5584
UPDATE `gameobject` SET `position_x`=-4859.25, `position_y`=-1798.27, `position_z`=-41.880 WHERE `guid`=5365;