mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +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