diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-12 21:49:42 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-12 21:49:42 +0000 |
commit | 9f3181501f0d95ffcc37bcb6a816c36362d1b164 (patch) | |
tree | 490db1d2aaa13645bba30b98e8bcc7a3e5280c09 /conf/map_athena.conf | |
parent | 882a3192acdd6ca2a6e50fc0f9fc877bc454efb7 (diff) | |
download | hercules-9f3181501f0d95ffcc37bcb6a816c36362d1b164.tar.gz hercules-9f3181501f0d95ffcc37bcb6a816c36362d1b164.tar.bz2 hercules-9f3181501f0d95ffcc37bcb6a816c36362d1b164.tar.xz hercules-9f3181501f0d95ffcc37bcb6a816c36362d1b164.zip |
- Fixed bug report 1170.
- Now char data is saved to on a success mail send or auction register operation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12351 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 |