fix(DB/Temple of AhnQiraj): Added GROUP_AI_FLAG_RESPAWN_ON_EVADE to… (#13188)

fix(DB/Temple of AhnQiraj): Added `GROUP_AI_FLAG_RESPAWN_ON_EVADE` to Qiraji Champion packs.

Fixes #13100
This commit is contained in:
UltraNix
2022-10-01 22:35:53 +02:00
committed by GitHub
parent fa00250323
commit 3b541f2811

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x008 WHERE `leaderguid` BETWEEN 88000 AND 88007;