fix(DB/Creature): Add Flame Imp formations (#10234)

This commit is contained in:
Nefertumm 2022-01-25 09:07:53 -03:00 committed by GitHub
parent a1c415b226
commit 7857b830c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,58 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642519034911858900');
DELETE FROM `creature_formations` WHERE `memberGUID` IN (56604, 56603, 56602, 56601, 56599, 56598, 56597, 56596, 56595, 56594, 56569, 56570, 56571, 56572, 56573, 56568, 56567, 56566, 56565, 56564, 56563, 56562, 56561, 56560, 56559, 56558, 56557, 56556, 56555, 56549, 56583, 56582, 56581, 56580, 56579, 56578, 56577, 56576, 56575, 56574, 56593, 56592, 56591, 56590, 56589, 56588, 56587, 56586, 56585, 56584);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(56604, 56604, 0, 0, 3),
(56604, 56603, 0, 0, 3),
(56604, 56602, 0, 0, 3),
(56604, 56601, 0, 0, 3),
(56604, 56599, 0, 0, 3),
(56604, 56598, 0, 0, 3),
(56604, 56597, 0, 0, 3),
(56604, 56596, 0, 0, 3),
(56604, 56595, 0, 0, 3),
(56604, 56594, 0, 0, 3),
(56593, 56593, 0, 0, 3),
(56593, 56592, 0, 0, 3),
(56593, 56591, 0, 0, 3),
(56593, 56590, 0, 0, 3),
(56593, 56589, 0, 0, 3),
(56593, 56588, 0, 0, 3),
(56593, 56587, 0, 0, 3),
(56593, 56586, 0, 0, 3),
(56593, 56585, 0, 0, 3),
(56593, 56584, 0, 0, 3),
(56583, 56583, 0, 0, 3),
(56583, 56582, 0, 0, 3),
(56583, 56581, 0, 0, 3),
(56583, 56580, 0, 0, 3),
(56583, 56579, 0, 0, 3),
(56583, 56578, 0, 0, 3),
(56583, 56577, 0, 0, 3),
(56583, 56576, 0, 0, 3),
(56583, 56575, 0, 0, 3),
(56583, 56574, 0, 0, 3),
-- Second group?
(56569, 56573, 0, 0, 3),
(56569, 56572, 0, 0, 3),
(56569, 56571, 0, 0, 3),
(56569, 56570, 0, 0, 3),
(56569, 56569, 0, 0, 3),
(56569, 56568, 0, 0, 3),
(56569, 56567, 0, 0, 3),
(56569, 56566, 0, 0, 3),
(56569, 56565, 0, 0, 3),
(56569, 56564, 0, 0, 3),
(56569, 56563, 0, 0, 3),
(56569, 56562, 0, 0, 3),
(56569, 56561, 0, 0, 3),
(56569, 56560, 0, 0, 3),
(56569, 56559, 0, 0, 3),
(56569, 56558, 0, 0, 3),
(56569, 56557, 0, 0, 3),
(56569, 56556, 0, 0, 3),
(56569, 56555, 0, 0, 3),
(56569, 56549, 0, 0, 3);