mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
add GetBotSpellCategoryIDByShortName and CopyBotBlockedPetBuffs, update ^defaultsettings command
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user