mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(DB/Gameobject): prevent Goldthorn herb from spawning in the air (#6925)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user