diff options
| author | Rushor <Rushor@users.noreply.github.com> | 2017-06-25 12:29:05 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2017-06-25 12:29:05 +0200 |
| commit | 07708483227f3dbd2c9554abab2cba475a602018 (patch) | |
| tree | 71af600813206f913745f2a2c53bef09cd2ada22 /sql | |
| parent | 489478b74d96c2ea940a2316fd11f8e81991cf07 (diff) | |
Core/Creature: Implement Mangos GroupAI flags (allows formation without following) (#18733)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_12_18_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_18_00_world.sql b/sql/updates/world/3.3.5/2017_12_18_00_world.sql new file mode 100644 index 00000000000..6741d0c96bc --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_18_00_world.sql @@ -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 |
