From cea7d42971ba621a734efc39443d25b1a3166b26 Mon Sep 17 00:00:00 2001 From: Neggod Date: Wed, 21 Apr 2010 13:20:13 +0400 Subject: [PATCH] [9771] Fixed typos in mangosd.conf comments Signed-off-by: VladimirMangos --- src/mangosd/mangosd.conf.dist.in | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index abb17f3bc..e330abee9 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -1459,12 +1459,12 @@ SOAP.Port = 7878 # the name gets freed up and appears as deleted ingame # # 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. # Default: 0 - For all characters the specified mode will be used # 1+ - Only for players which have reached the specified level # 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 # Define the amount of days for which the characters are kept in the database before diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 258f18298..9c85133a0 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 "9770" + #define REVISION_NR "9771" #endif // __REVISION_NR_H__