Update worldserver.conf

This commit is contained in:
bash
2024-09-08 18:46:59 +02:00
committed by GitHub
parent 46709d3f0c
commit 5fb1c901be

View File

@@ -10,11 +10,13 @@ MaxPlayerLevel = 80
GameType = 1
PlayerLimit = 0
#-------------------------------------------------------------------
# new player config
#-------------------------------------------------------------------
StartPlayerMoney = 50000
#-------------------------------------------------------------------
# server config
#-------------------------------------------------------------------
@@ -27,12 +29,14 @@ DungeonFinder.CastDeserter = 0
Battleground.CastDeserter = 0
Battleground.TrackDeserters.Enable = 0
#-------------------------------------------------------------------
# factions (Auction required for mod-ahbot)
#-------------------------------------------------------------------
AllowTwoSide.Interaction.Auction = 1
AllowTwoSide.WhoList = 1
#-------------------------------------------------------------------
# performance
#-------------------------------------------------------------------
@@ -55,6 +59,7 @@ LoginDatabase.SynchThreads = 1
WorldDatabase.SynchThreads = 2
CharacterDatabase.SynchThreads = 4
#################################################################################################
# END: custom worldserver.conf settings
#################################################################################################