From 09d468e7ab1db895cca29419dee0163fefc1e88f Mon Sep 17 00:00:00 2001 From: Veretos Date: Tue, 26 Oct 2010 17:01:31 +0400 Subject: [PATCH] [10648] Typos in mangosd.conf.dist.in Also thanks to Marik for additional typo fix and diff preparing 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 b326354fd..235b42aa2 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -953,8 +953,8 @@ ListenRange.Yell = 300 # Chat protection from creating fake messages using a lot spaces (other invisible symbols), # not applied to addon language messages, but can prevent working old addons # that use normal languages for sending data to another clients. -# Default: 0 (disible fake messages preventing) -# 1 (enabled fake messages preventing) +# Default: 0 (disable fake messages preventing) +# 1 (enable fake messages preventing) # # ChatStrictLinkChecking.Severity # Check chat messages for ingame links to spells, items, quests, achievements etc. diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5135eb72a..f583331aa 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 "10647" + #define REVISION_NR "10648" #endif // __REVISION_NR_H__