[AI] Add Support to Heals to allow Trigger based spells (#2709)

This commit is contained in:
Aeadoin
2023-01-07 19:04:41 -05:00
committed by GitHub
parent 5f244c2dd2
commit 2253e43d2c
3 changed files with 119 additions and 23 deletions
+1
View File
@@ -1480,6 +1480,7 @@ bool IsGroupSpell(uint16 spell_id);
bool IsTGBCompatibleSpell(uint16 spell_id);
bool IsBardSong(uint16 spell_id);
bool IsEffectInSpell(uint16 spellid, int effect);
uint16 GetTriggerSpellID(uint16 spell_id, uint32 effect);
bool IsBlankSpellEffect(uint16 spellid, int effect_index);
bool IsValidSpell(uint32 spellid);
bool IsSummonSpell(uint16 spellid);