mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user