random bots maintanence

This commit is contained in:
Yunfan Li
2023-08-08 15:22:01 +08:00
parent e3094f2558
commit f383f46e2d
3 changed files with 8 additions and 12 deletions

View File

@@ -533,7 +533,7 @@ std::string const PlayerbotHolder::ProcessBotCommand(std::string const cmd, Obje
return "bot not found";
if (!isRandomAccount || isRandomBot) {
return "ERROR: You can not use this command on summoned random bot.";
return "ERROR: You can not use this command on non-summoned random bot.";
}
if (Player* master = GET_PLAYERBOT_AI(bot)->GetMaster())