fix(DB/GameObject-Spawn): Copper veins spawns in Mulgore (#5240)
This commit is contained in:
parent
4af4cbd3d9
commit
57490af8dd
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue