add GetBotSpellCategoryIDByShortName and CopyBotBlockedPetBuffs, update ^defaultsettings command

This commit is contained in:
nytmyr
2024-12-17 23:20:39 -06:00
parent ffd92017e0
commit 21f8bc0f95
5 changed files with 54 additions and 4 deletions
+1
View File
@@ -435,6 +435,7 @@ public:
uint16 GetSpellTypeIDByShortName(std::string spellTypeString);
std::string GetBotSpellCategoryName(uint8 setting_type);
uint16 GetBotSpellCategoryIDByShortName(std::string settingString);
std::string GetBotSettingCategoryName(uint8 setting_type);
uint16 GetBaseSettingIDByShortName(std::string settingString);
std::string GetSpellTypeNameByID(uint16 spellType);