[10650] One more typo in mangosd.conf.dist.in

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Jethrogibbs 2010-10-26 20:55:15 +04:00 committed by VladimirMangos
parent e87008b339
commit 38e4a4936d
2 changed files with 2 additions and 2 deletions

View file

@ -972,7 +972,7 @@ ListenRange.Yell = 300
# ChatFlood.MessageCount
# Chat anti-flood protection, haste message count to activate protection
# Default: 10
# 0 (disible anti-flood protection)
# 0 (disable anti-flood protection)
#
# ChatFlood.MessageDelay
# Chat anti-flood protection, minimum message delay to count message

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10649"
#define REVISION_NR "10650"
#endif // __REVISION_NR_H__