mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/gameobject): Underground Herbs in Mulgore (#4678)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user