[9771] Fixed typos in mangosd.conf comments

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Neggod 2010-04-21 13:20:13 +04:00 committed by VladimirMangos
parent 378c76b1c3
commit cea7d42971
2 changed files with 3 additions and 3 deletions

View file

@ -1459,12 +1459,12 @@ SOAP.Port = 7878
# the name gets freed up and appears as deleted ingame # the name gets freed up and appears as deleted ingame
# #
# CharDelete.MinLevel # CharDelete.MinLevel
# Character gets deleted by CharDelete.Mode=0 when the character # Character gets deleted by CharDelete.Method=0 when the character
# hasn't the specified level yet. # hasn't the specified level yet.
# Default: 0 - For all characters the specified mode will be used # Default: 0 - For all characters the specified mode will be used
# 1+ - Only for players which have reached the specified level # 1+ - Only for players which have reached the specified level
# will be deleted by the specified mode. # will be deleted by the specified mode.
# the rest will be deleted by CharDelete.Mode=0 # the rest will be deleted by CharDelete.Method=0
# #
# CharDelete.KeepDays # CharDelete.KeepDays
# Define the amount of days for which the characters are kept in the database before # Define the amount of days for which the characters are kept in the database before

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9770" #define REVISION_NR "9771"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__