Add BotGroupSay method

This commit is contained in:
nytmyr
2024-12-30 13:06:40 -06:00
parent d13a48fc93
commit f182294648
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ public:
Lua_Mob GetOwner();
int16 HasBotItem(uint32 item_id);
void OwnerMessage(std::string message);
void BotGroupSay(const char* message);
bool ReloadBotDataBuckets();
bool ReloadBotOwnerDataBuckets();
bool ReloadBotSpells();