fix(DB/GameObject-Spawn): Copper veins spawns in Mulgore (#5240)

This commit is contained in:
Axel Cocat
2021-04-17 14:38:55 +02:00
committed by GitHub
parent 4af4cbd3d9
commit 57490af8dd

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618137493700140600');
-- Mulgore copper veins
UPDATE `gameobject` SET `position_x` = -3050.334229, `position_y` = 316.995148, `position_z` = 151.141052 WHERE `guid` = 4696;
UPDATE `gameobject` SET `position_x` = -3002.635986, `position_y` = 280.656830, `position_z` = 110.877350 WHERE `guid` = 20650;