fix(DB/Formations): Scarab formations AQ20 (#12530)

* fix(Formations/Creature): Scarab formations AQ20

* delete
This commit is contained in:
temperrr
2022-07-25 14:59:27 +02:00
committed by GitHub
parent 9907bdfc00
commit a8ae153ffd

View File

@@ -0,0 +1,52 @@
DELETE FROM `creature_formations` WHERE `leaderguid` IN (144698, 144695, 144715, 144684, 144726);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(144698, 144698, 0, 0, 3, 0, 0),
(144698, 144723, 0, 0, 3, 0, 0),
(144698, 144699, 0, 0, 3, 0, 0),
(144698, 144725, 0, 0, 3, 0, 0),
(144698, 144700, 0, 0, 3, 0, 0),
(144698, 144721, 0, 0, 3, 0, 0),
(144698, 144722, 0, 0, 3, 0, 0),
(144698, 144724, 0, 0, 3, 0, 0),
(144698, 144697, 0, 0, 3, 0, 0),
(144698, 144696, 0, 0, 3, 0, 0),
(144695, 144695, 0, 0, 3, 0, 0),
(144695, 144720, 0, 0, 3, 0, 0),
(144695, 144718, 0, 0, 3, 0, 0),
(144695, 144694, 0, 0, 3, 0, 0),
(144695, 144717, 0, 0, 3, 0, 0),
(144695, 144692, 0, 0, 3, 0, 0),
(144695, 144716, 0, 0, 3, 0, 0),
(144695, 144690, 0, 0, 3, 0, 0),
(144695, 144693, 0, 0, 3, 0, 0),
(144695, 144719, 0, 0, 3, 0, 0),
(144715, 144715, 0, 0, 3, 0, 0),
(144715, 144688, 0, 0, 3, 0, 0),
(144715, 144691, 0, 0, 3, 0, 0),
(144715, 144714, 0, 0, 3, 0, 0),
(144715, 144689, 0, 0, 3, 0, 0),
(144715, 144713, 0, 0, 3, 0, 0),
(144715, 144712, 0, 0, 3, 0, 0),
(144715, 144686, 0, 0, 3, 0, 0),
(144715, 144687, 0, 0, 3, 0, 0),
(144715, 144711, 0, 0, 3, 0, 0),
(144684, 144684, 0, 0, 3, 0, 0),
(144684, 144710, 0, 0, 3, 0, 0),
(144684, 144708, 0, 0, 3, 0, 0),
(144684, 144709, 0, 0, 3, 0, 0),
(144684, 144683, 0, 0, 3, 0, 0),
(144684, 144682, 0, 0, 3, 0, 0),
(144684, 144681, 0, 0, 3, 0, 0),
(144684, 144706, 0, 0, 3, 0, 0),
(144684, 144707, 0, 0, 3, 0, 0),
(144684, 144685, 0, 0, 3, 0, 0),
(144726, 144726, 0, 0, 3, 0, 0),
(144726, 144727, 0, 0, 3, 0, 0),
(144726, 144703, 0, 0, 3, 0, 0),
(144726, 144729, 0, 0, 3, 0, 0),
(144726, 144704, 0, 0, 3, 0, 0),
(144726, 144702, 0, 0, 3, 0, 0),
(144726, 144701, 0, 0, 3, 0, 0),
(144726, 144728, 0, 0, 3, 0, 0),
(144726, 144730, 0, 0, 3, 0, 0),
(144726, 144705, 0, 0, 3, 0, 0);