fix(Core/Formations): fixed possible finite loop related to GROUP_AI_FLAG_EVADE_TOGETHER (#9279)
This commit is contained in:
parent
4942012db9
commit
36fc50e1a8
3 changed files with 14 additions and 20 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637549244654096226');
|
||||
|
||||
UPDATE `creature_formations` SET `groupAI` = `groupAI`|4 WHERE `leaderGUID` = 202212;
|
||||
Loading…
Add table
Add a link
Reference in a new issue