[11235] Fixed typo in mangosd.conf comment

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Kaios 2011-03-09 19:30:46 +03:00 committed by VladimirMangos
parent a9b7f00a9e
commit 287aa642b3
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ BindIP = "0.0.0.0"
# #
# vmap.enableLOS # vmap.enableLOS
# vmap.enableHeight # vmap.enableHeight
# Enable/Disable VMmap support for line of sight and height calculation # Enable/Disable VMaps support for line of sight and height calculation
# Default: 0 (disable) # Default: 0 (disable)
# 1 (enable) # 1 (enable)
# #

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11234" #define REVISION_NR "11235"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__