Allow bots to bypass los checks for positioning if no detrimental types allowed

This commit is contained in:
nytmyr
2024-11-28 22:15:02 -06:00
parent d0033d4786
commit ceeb083864
3 changed files with 47 additions and 13 deletions
+1
View File
@@ -752,6 +752,7 @@ bool SpellTypeRequiresTarget(uint16 spellType, uint16 cls = 0);
bool SpellTypeRequiresCastChecks(uint16 spellType);
bool SpellTypeRequiresAEChecks(uint16 spellType);
bool IsCommandedSpellType(uint16 spellType);
bool BotSpellTypeRequiresLoS(uint16 spellType, uint8 cls);
// These should not be used to determine spell category..
// They are a graphical affects (effects?) index only