fix(DB/gameobject): Underground Herbs in Mulgore (#4678)

This commit is contained in:
Silker
2021-03-02 18:26:11 -06:00
committed by GitHub
parent 28f1dc5c0c
commit d05500d5e6

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614656086454361900');
UPDATE `gameobject` SET `position_z` = -7.79 WHERE `guid` = 1399;
UPDATE `gameobject` SET `position_z` = -2.069 WHERE `guid` = 631;