mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[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:
parent
fd7e86c79b
commit
09d468e7ab
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10647"
|
||||
#define REVISION_NR "10648"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue