From d7e8e75a1e142a6a7bb79828d7f60cf46971eea3 Mon Sep 17 00:00:00 2001 From: mns Date: Wed, 30 Nov 2011 21:03:46 +0100 Subject: [PATCH] [11855] Update forgotten comment in mangosd.conf.dist.in Signed-off-by: Schmoozerd --- src/mangosd/mangosd.conf.dist.in | 3 ++- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 80036087e..a1329cbf3 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -278,7 +278,8 @@ CleanCharacterDB = 1 # # WorldLogFile # Packet logging file for the worldserver -# Default: "world.log" +# Default: "" - no log file created +# "world.log" - recommended name to create a log file # # WorldLogTimestamp # Logfile with timestamp of server start in name diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7ffdc3195..53ebda88f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11854" + #define REVISION_NR "11855" #endif // __REVISION_NR_H__