mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Pathing): correct path for Isle of Conquest Envoys in Thunder Bluff (#7674)
- Closes #4851
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630488458384812200');
|
||||
|
||||
UPDATE `waypoint_data` SET `position_x`=-1388.755, `position_y`=-45.731, `position_z`=160.41 WHERE `id`=2083440 AND `point` IN (4,62);
|
||||
UPDATE `waypoint_data` SET `position_x`=-1357.719, `position_y`=-10.463, `position_z`=142.40 WHERE `id`=2083440 AND `point` IN (5,61);
|
||||
UPDATE `waypoint_data` SET `position_x`=-1331.005, `position_y`=18.9590, `position_z`=138.29 WHERE `id`=2083440 AND `point` IN (6,60);
|
||||
|
||||
UPDATE `creature_formations` SET `dist`=2 WHERE `leaderguid`=208344 AND `memberguid`=208349;
|
||||
Reference in New Issue
Block a user