Add more checks for CommandedSubTypes::AETarget

This commit is contained in:
nytmyr
2024-12-10 14:04:07 -06:00
parent bf4f2f5623
commit 9d5b679fc4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11894,7 +11894,7 @@ bool Bot::IsValidSpellTypeSubType(uint16 spellType, uint16 subType, uint16 spell
break;
case CommandedSubTypes::AETarget:
if (IsAnyAESpell(spell_id)) {
if (IsAnyAESpell(spell_id) && !IsGroupSpell(spell_id)) {
return true;
}