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:
anguaive
2021-06-10 19:26:03 +02:00
committed by GitHub
parent 3994337c2a
commit fa94adc6e4

View File

@@ -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;