From f817a939e27a983a6b6f1d2444646f4da9c9be71 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Sun, 15 Apr 2012 23:35:49 +0200 Subject: [PATCH] [11965] Tweak comment about default config values --- src/mangosd/mangosd.conf.dist.in | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 2175180a6..47ec35b58 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -142,8 +142,8 @@ BindIP = "0.0.0.0" # vmap.enableHeight # Enable/Disable VMaps support for line of sight and height calculation # You need to extract the VMaps in order to enable those options -# Default: 0 (disable) -# 1 (enable) +# Default: 1 (enable) +# 0 (disable) # # vmap.ignoreSpellIds # These spells are ignored for LoS calculation diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index fac601066..d43c368b5 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 "11964" + #define REVISION_NR "11965" #endif // __REVISION_NR_H__