mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/GO): moved Groomsblood down to the ground (#6905)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626116879969851100');
|
||||
|
||||
-- move the Groomsblood down on the ground
|
||||
UPDATE `gameobject` SET `position_x` = -11810.63, `position_y` = -3047.32, `position_z` = 9.84 WHERE `id` = 142145 AND `guid` = 16527;
|
||||
UPDATE `gameobject` SET `position_x` = -11685.57, `position_y` = -3211.47, `position_z` = 12.53 WHERE `id` = 142145 AND `guid` = 16504;
|
||||
Reference in New Issue
Block a user