mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Compare commits
5 Commits
5d137ba76b
...
922fa826f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
922fa826f6 | ||
|
|
d79e4d4305 | ||
|
|
98ed0e6ff9 | ||
|
|
df1078daff | ||
|
|
6f5ba4702b |
@@ -9,8 +9,6 @@ Expansion = 2
|
|||||||
MaxPlayerLevel = 80
|
MaxPlayerLevel = 80
|
||||||
GameType = 1
|
GameType = 1
|
||||||
PlayerLimit = 0
|
PlayerLimit = 0
|
||||||
logsDir = "/tmp/ac/logs"
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# new player config
|
# new player config
|
||||||
|
|||||||
@@ -29,10 +29,9 @@ then
|
|||||||
# https://www.azerothcore.org/wiki/linux-core-installation
|
# 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 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
|
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile
|
||||||
|
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# set folder rights to current user
|
# set folder rights to current user
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user