mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Creature: Implement Mangos GroupAI flags (allows formation without following) (#18733)
This commit is contained in:
4
sql/updates/world/3.3.5/2017_12_18_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_12_18_00_world.sql
Normal 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
|
||||
Reference in New Issue
Block a user