Change GetSpellListSpellType to GetParentSpellType

This commit is contained in:
nytmyr
2024-12-20 09:42:01 -06:00
parent d120b45880
commit e031b4d1e0
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11168,7 +11168,7 @@ bool Bot::AttemptForcedCastSpell(Mob* tar, uint16 spell_id) {
return false;
}
uint16 Bot::GetSpellListSpellType(uint16 spellType) {
uint16 Bot::GetParentSpellType(uint16 spellType) {
switch (spellType) {
case BotSpellTypes::AENukes:
case BotSpellTypes::AERains: