mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
Change GetSpellListSpellType to GetParentSpellType
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user