mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(DB/Formations): Aggro Strider Clutchmother adds (#15863)
fix(DB/creature_formations): Aggro Strider Clutchmother when adds aggro.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Strider Clutchmother (2172)
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=36692 AND`memberGUID`=36692;
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=37385 AND`memberGUID`=36692;
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=37385 AND `memberGUID`=205803;
|
||||
Reference in New Issue
Block a user