Add more checks for CommandedSubTypes::AETarget

This commit is contained in:
nytmyr
2024-12-10 14:04:07 -06:00
parent f3e0fdae73
commit 57a81fc310
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11905,7 +11905,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;
}