mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Merge pull request #15582 from mthsena/3.3.5
Config: Typo/Cosmetic changes
(cherry picked from commit 0720414042)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user