feat(Core/Config): make stop time for creatures with WP movement configurable #2715 (#2829)

Original author Stoabrogga
This commit is contained in:
Stefano Borzì
2020-03-31 01:30:39 +02:00
committed by GitHub
parent 633ef83b47
commit 19c3a70d41
5 changed files with 11 additions and 2 deletions

View File

@@ -1920,6 +1920,13 @@ ListenRange.TextEmote = 40
ListenRange.Yell = 300
# WaypointMovementStopTimeForPlayer
# Description: Specifies the time (in seconds) that a creature with waypoint
# movement will wait after a player interacts with it.
# default: 120
WaypointMovementStopTimeForPlayer = 120
#
###################################################################################################