fix(DB/Gameobject): adjust Tin Vein position in Westfall (#7660)
This commit is contained in:
parent
7955021323
commit
9fcec86933
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630416137992915266');
|
||||
|
||||
-- Move Tin Vein 63486 slightly so it is accessible to players
|
||||
UPDATE `gameobject` SET `position_x` = -10483.46, `position_y` = 1969.77, `position_z` = 12.065 WHERE `id` = 1732 AND `guid` = 63486;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue