Core/Creature: Implement Mangos GroupAI flags (allows formation without following) (#18733)

This commit is contained in:
Rushor
2017-06-25 12:29:05 +02:00
committed by Aokromes
parent dac7385ec3
commit d693bdb95d
3 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_formations` SET `groupAI`=7 WHERE `groupAI`=2; -- members attack and members follow the leader
UPDATE `creature_formations` SET `groupAI`=4 WHERE `groupAI`=0; -- members follow the leader
UPDATE `creature_formations` SET `groupAI`=5 WHERE `groupAI`=1; -- The members aggroes if the leader aggroes and members follow the leader