Core/config: add MonsterSight setting to worldserver.conf.dist

* Updated MonsterSight (What does it)

* Core/Worldserver: Update worldserver.conf.dist

Now it should be corectly ;)

* Relocated and renamed the MonsterSight!
This commit is contained in:
Shoxxo
2017-08-19 21:21:39 +02:00
committed by Aokromes
parent 6ff75a0345
commit fcc8d0c4d2

View File

@@ -1732,6 +1732,14 @@ ListenRange.Yell = 300
Creature.MovingStopTimeForPlayer = 180000
# MonsterSight
# Description: The maximum distance in yards that a "monster" creature can see
# regardless of level difference (through CreatureAI::IsVisible).
# Increases CONFIG_SIGHT_MONSTER to 50 yards. Used to be 20 yards.
# Default: 50.000000
MonsterSight = 50.000000
#
###################################################################################################