aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDuarte Duarte <dnpd.dd@gmail.com>2015-09-23 07:46:16 -0700
committerDuarte Duarte <dnpd.dd@gmail.com>2015-09-23 07:46:16 -0700
commit07204140428886f5071cfe3a14dd5d50988268b2 (patch)
tree9a01a81312a70122c43a53917ff13ec2fcdfa3d1 /src
parent7c4dd4059e69e062b60b34d49e1970e4b0d99cd5 (diff)
parenta5131d299f8b5822f600aebc67149655172aef0a (diff)
Merge pull request #15582 from mthsena/3.3.5
Config: Typo/Cosmetic changes
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/worldserver.conf.dist21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 65c07d56329..aeeb90a0488 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1667,6 +1667,7 @@ GM.WhisperingTo = 2
# applied on players when using the .freeze command
# Default: 0 - (Original aura duration. Lasts until the .unfreeze command is used)
# N - (Aura duration if unspecified in .freeze command, in seconds)
+
GM.FreezeAuraDuration = 0
#
@@ -2148,7 +2149,7 @@ AutoBroadcast.Center = 0
#
# AutoBroadcast.Timer
# Description: Timer (in milliseconds) for auto broadcasts.
-# Default: 60000 - (10 minutes)
+# Default: 600000 - (10 minutes)
AutoBroadcast.Timer = 600000
@@ -2556,14 +2557,14 @@ CharDelete.KeepDays = 30
#
# AllowTrackBothResources
# Description: Allows players to track herbs and minerals at the same time (if they have the skills)
-# Default: 0 (do not allow)
-# 1 (allow)
+# Default: 0 - (Do not allow)
+# 1 - (Allow)
#
-# Note: The following are client limitations and cannot be coded for:
-# * The minimap tracking icon will display whichever skill is activated second
-# * The minimap tracking list will only show a check mark next to the last skill activated (sometimes this
-# bugs out and doesn't switch the check mark. It has no effect on the actual tracking though).
-# * The minimap dots are yellow for both resources
+# Note: The following are client limitations and cannot be coded for:
+# * The minimap tracking icon will display whichever skill is activated second.
+# * The minimap tracking list will only show a check mark next to the last skill activated (sometimes this
+# bugs out and doesn't switch the check mark. It has no effect on the actual tracking though).
+# * The minimap dots are yellow for both resources.
AllowTrackBothResources = 0
@@ -2965,8 +2966,8 @@ AuctionHouseBot.Items.ItemLevel.Max = 0
#
# AuctionHouseBot.Items.ReqLevel.*
-# Prevent seller from listing items below/above this required level
-# Default: - 0 (Disabled)
+# Description: Prevent seller from listing items below/above this required level
+# Default: 0 - (Disabled)
AuctionHouseBot.Items.ReqLevel.Min = 0
AuctionHouseBot.Items.ReqLevel.Max = 0