diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/player.conf | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index f2170eb4c..17e80c4e1 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/02/27 + * Disabled idle_no_autoloot setting (bugreport:1051) 2008/02/14 * Removed atcommand @whozeny [ultramage] 2008/02/11 diff --git a/conf/battle/player.conf b/conf/battle/player.conf index b8c1544a5..d93337429 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -137,5 +137,6 @@ bone_drop: 0 character_size: 0 // Idle characters can receive autoloot? -// Set to the time in seconds where an idle character will stop receiving items from Autoloot. -idle_no_autoloot: 120 +// Set to the time in seconds where an idle character will stop receiving +// items from Autoloot (0: disabled). +idle_no_autoloot: 0 |