mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
This commit is contained in:
@@ -181,8 +181,11 @@ DBLogLevel = 1
|
||||
#
|
||||
# UseProcessors
|
||||
# Description: Processors mask for Windows and Linux based multi-processor systems.
|
||||
# Example: A computer with 2 CPUs:
|
||||
# 1 - 1st CPU only, 2 - 2nd CPU only, 3 - 1st and 2nd CPU, because 1 | 2 is 3
|
||||
# Example: For a computer with 3 CPUs:
|
||||
# 1 - 1st CPU only
|
||||
# 2 - 2nd CPU only
|
||||
# 4 - 3rd CPU only
|
||||
# 6 - 2nd + 3rd CPUs, because "2 | 4" -> 6
|
||||
# Default: 0 - (Selected by OS)
|
||||
# 1+ - (Bit mask value of selected processors)
|
||||
|
||||
|
||||
@@ -147,7 +147,12 @@ BindIP = "0.0.0.0"
|
||||
# PERFORMANCE SETTINGS
|
||||
#
|
||||
# UseProcessors
|
||||
# Description: Processors mask for Windows based multi-processor systems.
|
||||
# Description: Processors mask for Windows and Linux based multi-processor systems.
|
||||
# Example: For a computer with 3 CPUs:
|
||||
# 1 - 1st CPU only
|
||||
# 2 - 2nd CPU only
|
||||
# 4 - 3rd CPU only
|
||||
# 6 - 2nd + 3rd CPUs, because "2 | 4" -> 6
|
||||
# Default: 0 - (Selected by OS)
|
||||
# 1+ - (Bit mask value of selected processors)
|
||||
|
||||
@@ -1453,7 +1458,7 @@ BirthdayTime = 1222964635
|
||||
#
|
||||
# IsContinentTransport.Enabled
|
||||
# Description: Controls the continent transport (ships, zeppelins etc..)
|
||||
# Default: 1 - (Enabled)
|
||||
# Default: 1 - (Enabled)
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1461,11 +1466,11 @@ IsContinentTransport.Enabled = 1
|
||||
|
||||
#
|
||||
# IsPreloadedContinentTransport.Enabled
|
||||
# Description: Should we preload the transport?
|
||||
# Description: Should we preload the transport?
|
||||
# (Not recommended on low-end servers as it consumes 100% more ram)
|
||||
# and it's not really necessary to be enabled.
|
||||
#
|
||||
# Default: 0 - (Disabled)
|
||||
# Default: 0 - (Disabled)
|
||||
#
|
||||
#
|
||||
|
||||
@@ -3127,7 +3132,7 @@ EnableLoginAfterDC = 1
|
||||
|
||||
#
|
||||
# DontCacheRandomMovementPaths
|
||||
# Description: Random movement paths (calculated using MoveMaps) can be cached to save cpu time,
|
||||
# Description: Random movement paths (calculated using MoveMaps) can be cached to save cpu time,
|
||||
# but this may use up considerable amount of memory and can be prevented by setting this option to 1.
|
||||
# Recommended setting for populated servers is having enough RAM and setting this to 0.
|
||||
# Default: 0 - (cache paths, uses more memory)
|
||||
@@ -3145,7 +3150,7 @@ MoveMaps.Enable = 1
|
||||
|
||||
#
|
||||
# Minigob.Manabonk.Enable
|
||||
# Description: Enable/ Disable Minigob Manabonk
|
||||
# Description: Enable/ Disable Minigob Manabonk
|
||||
# Default: 1
|
||||
|
||||
Minigob.Manabonk.Enable = 1
|
||||
|
||||
Reference in New Issue
Block a user