fix(DB/gameobject): Change position of copper/other veins (#5204)
This commit is contained in:
parent
40b951fbf5
commit
7e6ffc4399
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617936479961800600');
|
||||
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=1234.406, `position_y`=-4135.120, `position_z`=26.184, `orientation`=0.517706 WHERE `guid`=12381;
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=857.312, `position_y`=-4118.451, `position_z`=26.625, `orientation`=2.861797 WHERE `guid`=5361;
|
||||
|
||||
-- Silver Vein
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=345.075, `position_y`=-3199.625, `position_z`=99.877, `orientation`=4.398968 WHERE `guid`=5756;
|
||||
Loading…
Add table
Add a link
Reference in a new issue