diff options
Diffstat (limited to 'conf/map_athena.conf')
-rw-r--r-- | conf/map_athena.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf index b0a467f1e..5859008ca 100644 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -105,11 +105,13 @@ minsave_time: 100 // 2: after every vending transaction // 4: after closing storage/guild storage. // 8: After hatching/returning to egg a pet. +// 16: After successfully sending a mail with attachment +// 32: After successfully submitting an item for auction // 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: 15 +save_settings: 63 // Message of the day file, when a character logs on, this message is displayed. motd_txt: conf/motd.txt |