mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
fix(DB/GO): moves herbs outside of buildings (#7001)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626479953231614600');
|
||||
|
||||
-- Moves the herbs outside of buildings
|
||||
UPDATE `gameobject` SET `position_x` = -9376.65, `position_y` = -3034.396, `position_z` = 136.69 WHERE `guid` = 85462;
|
||||
UPDATE `gameobject` SET `position_x` = 690.697, `position_y` = -903.77, `position_z` = 164.29 WHERE `guid` = 3564;
|
||||
Reference in New Issue
Block a user