You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works if I force solo queue with the following workaround:
File LFGMgr.cpp:
[1742] if (true || !m_Testing)
[1837] if ((true || !m_Testing) && !allAnswered)
File LFGMgr.h:
[579] [[nodiscard]] bool IsTesting() const { return true || m_Testing; }
Current Behaviour
sLFGMgr->ToggleTesting() causes the worldserver to restart
Expected Behaviour
worldserver not to restart
Steps to reproduce the problem
git clone azerothcore master
git clone lfg solo
docker compose
worldserver keeps restarting
Extra Notes
No response
AC rev. hash/commit
unable to run
Operating system
linux on docker
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: