mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/gameobject): Adjust Position For Fishing Schools (#5318)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618611183125814200');
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=-12025.065, `position_y`=537.556, `position_z`=0, `orientation`=3.03687 WHERE `guid`=64761;
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=-12025.065, `position_y`=537.556, `position_z`=0, `orientation`=3.03687 WHERE `guid`=47407;
|
||||
|
||||
UPDATE `gameobject` SET `position_x`=-11993.8, `position_y`=649.109, `position_z`=0, `orientation`=-2.16421 WHERE `guid`=47420;
|
||||
Reference in New Issue
Block a user