diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 91cb4936b..9a4778a55 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -3,7 +3,7 @@ ##################################### [MangosdConf] -ConfVersion=2010062001 +ConfVersion=2010100901 ################################################################################################################### # CONNECTIONS AND DIRECTORIES @@ -196,9 +196,8 @@ ChangeWeatherInterval = 600000 PlayerSave.Interval = 900000 PlayerSave.Stats.MinLevel = 0 PlayerSave.Stats.SaveOnlyOnLogout = 1 -vmap.enableLOS = 0 -vmap.enableHeight = 0 -vmap.ignoreMapIds = "" +vmap.enableLOS = 1 +vmap.enableHeight = 1 vmap.ignoreSpellIds = "7720" vmap.enableIndoorCheck = 1 DetectPosCollision = 1 diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index e3c6f5b85..e734a34d6 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -36,7 +36,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _MANGOSDCONFVERSION -# define _MANGOSDCONFVERSION 2010062001 +# define _MANGOSDCONFVERSION 2010100901 #endif #ifndef _REALMDCONFVERSION # define _REALMDCONFVERSION 2010062001 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9521604c1..a22899f16 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 "10596" + #define REVISION_NR "10597" #endif // __REVISION_NR_H__