[11855] Update forgotten comment in mangosd.conf.dist.in

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
mns 2011-11-30 21:03:46 +01:00 committed by Schmoozerd
parent fb64df10bd
commit d7e8e75a1e
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11854"
#define REVISION_NR "11855"
#endif // __REVISION_NR_H__