mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/GO): prevent herb from spawning in the ground (#6993)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626468468863337100');
|
||||
|
||||
-- Move herb above ground
|
||||
UPDATE `gameobject` SET `position_z` = 32.195 WHERE `id` = 2046 AND `guid` = 8802;
|
||||
Reference in New Issue
Block a user