aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-21 11:51:38 +0100
committerXTZGZoReX <none@none>2009-03-21 11:51:38 +0100
commit79d27da9ec11390c22ea894f8457818aec2f921c (patch)
tree7bb6beab7593b9c4470534ca01ba7b4e45106c3f /src/trinitycore
parent4413bfb54862e057a9fdcb9d191d1453957612d7 (diff)
* Fixed log levels.
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index 7ec8265d87a..f940cd27871 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -289,11 +289,11 @@ AddonChannel = 1
# "" - Empty name for disable
#
# LogColors
-# Color for messages (format "normal error basic detail debug")
+# Color for messages (format "normal basic detail debug")
# Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
# 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
# Default: "" - none colors
-# Example: "13 7 11 9 5"
+# Example: "13 11 9 5"
#
# EnableLogDB
# Enable/disable logging to database (LogDatabaseInfo).