[10648] Typos in mangosd.conf.dist.in

Also thanks to Marik for additional typo fix and diff preparing

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Veretos 2010-10-26 17:01:31 +04:00 committed by VladimirMangos
parent fd7e86c79b
commit 09d468e7ab
2 changed files with 3 additions and 3 deletions

View file

@ -953,8 +953,8 @@ ListenRange.Yell = 300
# Chat protection from creating fake messages using a lot spaces (other invisible symbols), # 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 # not applied to addon language messages, but can prevent working old addons
# that use normal languages for sending data to another clients. # that use normal languages for sending data to another clients.
# Default: 0 (disible fake messages preventing) # Default: 0 (disable fake messages preventing)
# 1 (enabled fake messages preventing) # 1 (enable fake messages preventing)
# #
# ChatStrictLinkChecking.Severity # ChatStrictLinkChecking.Severity
# Check chat messages for ingame links to spells, items, quests, achievements etc. # Check chat messages for ingame links to spells, items, quests, achievements etc.

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 "10647" #define REVISION_NR "10648"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__