mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/GO): move inaccessible Steelbloom herbs (#6908)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user