mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/gameobject): Adjust gob position for some Copper Vein nodes (#5602)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user