mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Formations): Qiraji Gladiator should be linked together (#12531)
fix(Formation/Creature): Qiarji Gladiator should be linked together
This commit is contained in:
10
data/sql/updates/pending_db_world/qirajigladiatorlink.sql
Normal file
10
data/sql/updates/pending_db_world/qirajigladiatorlink.sql
Normal 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);
|
||||
Reference in New Issue
Block a user