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:
Cláudio Costa
2022-01-22 15:47:04 +00:00
committed by GitHub
parent abc56842c4
commit cf5ee62b70

View File

@@ -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);