fix(DB/gameobject): Underground Herbs in Mulgore (#4678)
This commit is contained in:
parent
28f1dc5c0c
commit
d05500d5e6
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue