remove unused functions

This commit is contained in:
nytmyr
2024-12-01 23:34:40 -06:00
parent a22502a13d
commit 1d0ca78e2d
2 changed files with 0 additions and 10 deletions
-8
View File
@@ -2954,14 +2954,6 @@ bool IsBotSpellTypeInnate(uint16 spellType) {
return false;
}
bool IsBotSpellType(uint16 spellType) {
if (IsBotSpellTypeDetrimental(spellType) && IsBotSpellTypeBeneficial(spellType) && IsBotSpellTypeInnate(spellType)) {
return true;
}
return false;
}
bool IsAEBotSpellType(uint16 spellType) {
switch (spellType) {
case BotSpellTypes::AEDebuff: