diff --git a/src/Script/WorldThr/PlayerbotOperations.h b/src/Script/WorldThr/PlayerbotOperations.h index fff44d2c..49020702 100644 --- a/src/Script/WorldThr/PlayerbotOperations.h +++ b/src/Script/WorldThr/PlayerbotOperations.h @@ -503,8 +503,10 @@ public: manager->OnBotLogin(bot); } } - - sRandomPlayerbotMgr.OnBotLogin(bot); + else + { + sRandomPlayerbotMgr.OnBotLogin(bot); + } return true; }