diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2015-09-23 07:46:16 -0700 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2015-09-25 00:21:17 +0200 |
commit | a53a8fff98e5fafa82f87729ee3f68011667099c (patch) | |
tree | 89e1f12fdc1fc4d1c9b4abd843b7bdf2517c4f44 /src | |
parent | c65aa4cbbeb02248cf2b0ed7540082ce4abda624 (diff) |
Merge pull request #15582 from mthsena/3.3.5
Config: Typo/Cosmetic changes
(cherry picked from commit 07204140428886f5071cfe3a14dd5d50988268b2)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 81ed7e5bd22..d4cb6c65b76 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1678,6 +1678,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 # @@ -2193,7 +2194,7 @@ AutoBroadcast.Center = 0 # # AutoBroadcast.Timer # Description: Timer (in milliseconds) for auto broadcasts. -# Default: 60000 - (10 minutes) +# Default: 600000 - (10 minutes) AutoBroadcast.Timer = 600000 @@ -2601,14 +2602,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 @@ -3003,8 +3004,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 |