Chat tweak, guild bots management tooggle

This commit is contained in:
Atidot3
2024-08-04 10:14:07 +02:00
parent 6e41c87e93
commit 7227211ddf
8 changed files with 127 additions and 39 deletions

View File

@@ -60,7 +60,7 @@ bool CleanQuestLogAction::Execute(Event event)
{
Player* requester = event.getOwner() ? event.getOwner() : GetMaster();
std::string link = event.getParam();
if (botAI->HasActivePlayerMaster())
if (botAI->HasActivePlayerMaster() || !sRandomPlayerbotMgr->IsRandomBot(bot))
return false;
uint8 totalQuests = 0;