fix(Core/Formations): Implemented new creature formation flag: GROUP_AI_FLAG_ACQUIRE_NEW_TARGET_ON_EVADE. (#13509)

Fixes #13394
This commit is contained in:
UltraNix
2022-12-27 11:31:08 +01:00
committed by GitHub
parent 68ad89e75e
commit 233d284539
4 changed files with 78 additions and 24 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x020 WHERE `leaderGUID` IN (84634,84648);