mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB): UBRS Creature formations (#10233)
- Added creature_formation to the packs inside Drakkisath's chamber, on the bridge and the first near the bridge.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641999047507916400');
|
||||
|
||||
DELETE FROM `creature_formations` WHERE (`leaderGUID` IN (137960, 137956, 137852, 137977));
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(137960, 137960, 0, 0, 3),
|
||||
(137960, 137978, 0, 0, 3),
|
||||
(137960, 137858, 0, 0, 3),
|
||||
(137960, 137985, 0, 0, 3),
|
||||
|
||||
(137956, 137956, 0, 0, 3),
|
||||
(137956, 137996, 0, 0, 3),
|
||||
(137956, 137862, 0, 0, 3),
|
||||
(137956, 137857, 0, 0, 3),
|
||||
(137956, 137965, 0, 0, 3),
|
||||
|
||||
(137852, 137852, 0, 0, 3),
|
||||
(137852, 137995, 0, 0, 3),
|
||||
(137852, 137850, 0, 0, 3),
|
||||
(137852, 137989, 0, 0, 3),
|
||||
|
||||
(137977, 137977, 0, 0, 3),
|
||||
(137977, 137964, 0, 0, 3),
|
||||
(137977, 137853, 0, 0, 3);
|
||||
Reference in New Issue
Block a user