[10597] Enable by default vmap.enableHeight and vmap.enableLOS

mangosd.conf version updated.
This commit is contained in:
VladimirMangos 2010-10-09 02:56:56 +04:00
parent 304bd3d7b6
commit c4c9b5a726
3 changed files with 5 additions and 6 deletions

View file

@ -3,7 +3,7 @@
##################################### #####################################
[MangosdConf] [MangosdConf]
ConfVersion=2010062001 ConfVersion=2010100901
################################################################################################################### ###################################################################################################################
# CONNECTIONS AND DIRECTORIES # CONNECTIONS AND DIRECTORIES
@ -196,9 +196,8 @@ ChangeWeatherInterval = 600000
PlayerSave.Interval = 900000 PlayerSave.Interval = 900000
PlayerSave.Stats.MinLevel = 0 PlayerSave.Stats.MinLevel = 0
PlayerSave.Stats.SaveOnlyOnLogout = 1 PlayerSave.Stats.SaveOnlyOnLogout = 1
vmap.enableLOS = 0 vmap.enableLOS = 1
vmap.enableHeight = 0 vmap.enableHeight = 1
vmap.ignoreMapIds = ""
vmap.ignoreSpellIds = "7720" vmap.ignoreSpellIds = "7720"
vmap.enableIndoorCheck = 1 vmap.enableIndoorCheck = 1
DetectPosCollision = 1 DetectPosCollision = 1

View file

@ -36,7 +36,7 @@
// Format is YYYYMMDDRR where RR is the change in the conf file // Format is YYYYMMDDRR where RR is the change in the conf file
// for that day. // for that day.
#ifndef _MANGOSDCONFVERSION #ifndef _MANGOSDCONFVERSION
# define _MANGOSDCONFVERSION 2010062001 # define _MANGOSDCONFVERSION 2010100901
#endif #endif
#ifndef _REALMDCONFVERSION #ifndef _REALMDCONFVERSION
# define _REALMDCONFVERSION 2010062001 # define _REALMDCONFVERSION 2010062001

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 "10596" #define REVISION_NR "10597"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__