fix(DB/GO): move inaccessible Steelbloom herbs (#6908)
This commit is contained in:
parent
6e082e3513
commit
9d0462ae6a
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626119631085426000');
|
||||
|
||||
UPDATE `gameobject` SET `position_x` = -3333.07, `position_y` = -1774.95, `position_z` = 115.58 WHERE `id` = 1623 AND `guid` = 4198;
|
||||
UPDATE `gameobject` SET `position_x` = -4292.46, `position_y` = -2271.48, `position_z` = 109.59 WHERE `id` = 1623 AND `guid` = 4252;
|
||||
Loading…
Add table
Add a link
Reference in a new issue