Move getnames for categories and settings to mob, rename hptomed/manatomed

This commit is contained in:
nytmyr
2024-12-17 23:03:42 -06:00
parent 8377797523
commit ffd92017e0
7 changed files with 132 additions and 120 deletions
+3
View File
@@ -434,6 +434,9 @@ public:
uint16 GetSpellTypeIDByShortName(std::string spellTypeString);
std::string GetBotSpellCategoryName(uint8 setting_type);
std::string GetBotSettingCategoryName(uint8 setting_type);
uint16 GetBaseSettingIDByShortName(std::string settingString);
std::string GetSpellTypeNameByID(uint16 spellType);
std::string GetSpellTypeShortNameByID(uint16 spellType);
std::string GetSubTypeNameByID(uint16 subType);