diff options
Diffstat (limited to 'conf/map_athena.conf')
-rw-r--r-- | conf/map_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf index fcd368668..644bafd53 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -107,11 +107,12 @@ minsave_time: 100 // 8: After hatching/returning to egg a pet. // 16: After successfully sending a mail with attachment // 32: After successfully submitting an item for auction +// 64: After successfully get/delete/complete a quest // NOTE: These settings decrease the chance of dupes/lost items when there's a // server crash at the expense of increasing the map/char server lag. If your // server rarely crashes, but experiences interserver lag, you may want to set // these off. -save_settings: 63 +save_settings: 127 // Message of the day file, when a character logs on, this message is displayed. motd_txt: conf/motd.txt |