adjust CreatureGroups to use cmangos flags (for already-supported values, no functionality changed)

cherry pick from 0d27fee6f4
This commit is contained in:
Aokromes
2017-07-09 20:38:42 +02:00
parent 6a225987bd
commit 13f90c05bf
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_formations` SET `groupAI`=(`groupAI`&~0x004)|0x200 WHERE `groupAI`&0x004;