fix(DB/Formations): Add the new "evade together" formation flag for Drakkisath adds (#9220)

This commit is contained in:
Skjalf
2021-11-17 05:43:07 -03:00
committed by GitHub
parent 2713080bdd
commit e604511263

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637104117879476300');
UPDATE `creature_formations` SET `groupAI` = `groupAI`|0x004 WHERE `leaderGUID` = 137971;