Move GatherSpellTargets to mob

This commit is contained in:
nytmyr
2024-12-22 00:24:31 -06:00
parent e6081e0d2c
commit 2a149f2949
4 changed files with 59 additions and 50 deletions
+2
View File
@@ -432,6 +432,8 @@ public:
inline bool SpellTypeRecastCheck(uint16 spellType) { return (IsClient() ? true : _spellSettings[spellType].recastTimer.GetRemainingTime() > 0 ? false : true); }
std::vector<Mob*> GatherSpellTargets(bool entireRaid = false, Mob* target = nullptr, bool noClients = false, bool noBots = false, bool noPets = false);
uint16 GetSpellTypeIDByShortName(std::string spellTypeString);
std::string GetBotSpellCategoryName(uint8 setting_type);