mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[8857] Add default value setting for WorldLogTimestamp in mangosd.conf.dist.in
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
bc88add67d
commit
29cbdf0a9e
2 changed files with 2 additions and 1 deletions
|
|
@ -303,6 +303,7 @@ LogFilter_CreatureMoves = 1
|
||||||
LogFilter_TransportMoves = 1
|
LogFilter_TransportMoves = 1
|
||||||
LogFilter_VisibilityChanges = 1
|
LogFilter_VisibilityChanges = 1
|
||||||
WorldLogFile = ""
|
WorldLogFile = ""
|
||||||
|
WorldLogTimestamp = 0
|
||||||
DBErrorLogFile = "DBErrors.log"
|
DBErrorLogFile = "DBErrors.log"
|
||||||
CharLogFile = "Char.log"
|
CharLogFile = "Char.log"
|
||||||
CharLogTimestamp = 0
|
CharLogTimestamp = 0
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8856"
|
#define REVISION_NR "8857"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue