Remove SpellTypeRequiresCastChecks

This commit is contained in:
nytmyr
2024-12-10 13:59:17 -06:00
parent e5c491690f
commit c42d84b59a
2 changed files with 0 additions and 26 deletions
-1
View File
@@ -748,7 +748,6 @@ bool IsClientBotSpellType(uint16 spellType);
bool IsHealBotSpellType(uint16 spellType);
bool SpellTypeRequiresLoS(uint16 spellType, uint16 cls = 0);
bool SpellTypeRequiresTarget(uint16 spellType, uint16 cls = 0);
bool SpellTypeRequiresCastChecks(uint16 spellType);
bool SpellTypeRequiresAEChecks(uint16 spellType);
bool IsCommandedSpellType(uint16 spellType);
bool IsPullingSpellType(uint16 spellType);