fix(DB/Formations): Qiraji Gladiator should be linked together (#12531)

fix(Formation/Creature): Qiarji Gladiator should be linked together
This commit is contained in:
temperrr 2022-07-25 14:56:51 +02:00 committed by GitHub
parent dc0a9136d7
commit 8f2ca7c694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
DELETE FROM `creature_formations` WHERE `leaderguid` IN (144488, 144486, 144484, 144483);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(144488, 144488, 0, 0, 3, 0, 0),
(144488, 144489, 0, 0, 3, 0, 0),
(144486, 144486, 0, 0, 3, 0, 0),
(144486, 144487, 0, 0, 3, 0, 0),
(144484, 144484, 0, 0, 3, 0, 0),
(144484, 144485, 0, 0, 3, 0, 0),
(144483, 144483, 0, 0, 3, 0, 0),
(144483, 144482, 0, 0, 3, 0, 0);