diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 235b42aa2..e82ba21ea 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 324225dd0..a3eb6ecbd 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 "10649" + #define REVISION_NR "10650" #endif // __REVISION_NR_H__