I wasn't able to compile the server, i'm using MangosTwo. When i run "make" i get the following error:
[ 82%] Building CXX object src/game/CMakeFiles/game.dir/WorldHandlers/World.cpp.o
/home/wow/mangos/two/server/src/game/WorldHandlers/World.cpp: In member function ‘void World::SetInitialWorldSettings()’:
/home/wow/mangos/two/server/src/game/WorldHandlers/World.cpp:1696:5: error: ‘sPlayerbotAIConfig’ was not declared in this scope
1696 | sPlayerbotAIConfig.Initialize();
| ^~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object src/game/CMakeFiles/game.dir/__/modules/Eluna/ElunaInstanceAI.cpp.o
make[2]: *** [src/game/CMakeFiles/game.dir/build.make:3504: src/game/CMakeFiles/game.dir/WorldHandlers/World.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1002: src/game/CMakeFiles/game.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
wow@debian:~/mangos/two/build$
--------------------------------------------------------
I should mention that i installed python3 instead of python2, is that a problem?