mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10597] Enable by default vmap.enableHeight and vmap.enableLOS
mangosd.conf version updated.
This commit is contained in:
parent
304bd3d7b6
commit
c4c9b5a726
3 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10596"
|
||||
#define REVISION_NR "10597"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue