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

This commit is contained in:
treeston
2017-07-03 20:03:39 +02:00
parent 495e161db2
commit 0d27fee6f4
2 changed files with 3 additions and 1 deletions

View File

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