fix(DB/gameobject): Adjust Barrel location (#6197)
Melon Juice Barrel (id: 14890) was floating in the air. Its z coordinate has been adjusted. - Closes #6157 - Closes chromiecraft/chromiecraft#744
This commit is contained in:
parent
3994337c2a
commit
fa94adc6e4
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622640898688425404');
|
||||
|
||||
UPDATE `gameobject` SET `position_z` = 5.4598 WHERE `guid` = 14890 AND `id` = 3659;
|
||||
Loading…
Add table
Add a link
Reference in a new issue