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
@@ -539,7 +539,7 @@ public:
bool HasLoS() const { return _hasLoS; }
std::list<BotSpellTypeOrder> GetSpellTypesPrioritized(uint8 priorityType);
uint16 GetSpellListSpellType(uint16 spellType);
uint16 GetParentSpellType(uint16 spellType);
bool IsValidSpellTypeBySpellID(uint16 spellType, uint16 spell_id);
inline uint16 GetCastedSpellType() const { return _castedSpellType; }
void SetCastedSpellType(uint16 spellType);