fix(DB/GO): prevent herb from spawning in the ground (#6993)

This commit is contained in:
Jan M. D. Hansen
2021-07-22 10:06:31 +02:00
committed by GitHub
parent 833aa25a88
commit 0c318397d8

View File

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