Compare commits

5 Commits

Author SHA1 Message Date
bashermens
922fa826f6 Update 4_server-compile.sh 2026-01-10 16:17:17 +01:00
bashermens
d79e4d4305 Update 4_server-compile.sh 2026-01-10 16:15:35 +01:00
bashermens
98ed0e6ff9 Update 4_server-compile.sh 2026-01-10 16:13:56 +01:00
bashermens
df1078daff Update 4_server-compile.sh 2026-01-10 16:07:16 +01:00
bashermens
6f5ba4702b Update worldserver.conf 2026-01-10 16:01:00 +01:00
2 changed files with 1 additions and 4 deletions

View File

@@ -9,8 +9,6 @@ Expansion = 2
MaxPlayerLevel = 80
GameType = 1
PlayerLimit = 0
logsDir = "/tmp/ac/logs"
#-------------------------------------------------------------------
# new player config

View File

@@ -29,10 +29,9 @@ then
# https://www.azerothcore.org/wiki/linux-core-installation
##########################################################################################
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure -DCMAKE_BUILD_TYPE=RelWithDebInfo
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile
##########################################################################################
# set folder rights to current user
##########################################################################################