fix(DB/GO): prevent herb from spawning in the ground (#6993)
This commit is contained in:
parent
833aa25a88
commit
0c318397d8
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Reference in a new issue