diff --git a/src/PlayerbotMgr.cpp b/src/PlayerbotMgr.cpp index 055a3bce..7527793a 100644 --- a/src/PlayerbotMgr.cpp +++ b/src/PlayerbotMgr.cpp @@ -254,6 +254,9 @@ void PlayerbotHolder::LogoutPlayerBot(ObjectGuid guid) target = botAI->GetAiObjectContext()->GetValue("travel target")->Get(); } + // Peiru: Allow bots to always instant logout to see if this resolves logout crashes + logout = true; + // if no instant logout, request normal logout if (!logout) {