fix(DB/GO): moves herbs outside of buildings (#7001)

This commit is contained in:
Jan M. D. Hansen
2021-07-22 18:02:54 +02:00
committed by GitHub
parent 53db386202
commit 0a34ad34e4

View File

@@ -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;