aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_18_00_world.sql4
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