From 8886b86a2b22bbc3066cb8f9b3df651c8bce4bfd Mon Sep 17 00:00:00 2001 From: Salja Date: Wed, 20 Oct 2010 12:52:55 +0400 Subject: [PATCH] [10632] Small comment style fix in mangosd.conf Signed-off-by: VladimirMangos --- src/mangosd/mangosd.conf.dist.in | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index b7bd28a05..b326354fd 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -367,7 +367,7 @@ LogColors = "" # # GameType # Server realm style -# 0 = NORMAL;1 = PVP; 4 = NORMAL; 6 = RP; 8 = RPPVP +# 0 = NORMAL; 1 = PVP; 4 = NORMAL; 6 = RP; 8 = RPPVP # also custom type: 16 FFA_PVP (free for all pvp mode like arena PvP in all zones except rest # activated places and sanctuaries) # diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 864683693..38dda07ad 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 "10631" + #define REVISION_NR "10632" #endif // __REVISION_NR_H__