fix(DB/Gameobject): prevent Goldthorn herb from spawning in the air (#6925)

This commit is contained in:
Jan M. D. Hansen
2021-07-19 18:33:11 +02:00
committed by GitHub
parent e5f1104849
commit dd9059725d

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626201929766251800');
-- Moved Goldthorn to the ground
UPDATE `gameobject` SET `position_x` = -6859.7, `position_y` = -3335.35, `position_z` = 243.2 WHERE `id` = 2046 AND `guid` = 8985;