summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-05 16:23:02 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-05 16:23:02 +0000
commit0a21b3250da89a79769f40ad8244de7898e549fe (patch)
tree7df611acf7b14628f62639ed6fdb6782553f34a6 /conf
parent53c1056d5f11c8ecd8caedae24765e922017fede (diff)
downloadhercules-0a21b3250da89a79769f40ad8244de7898e549fe.tar.gz
hercules-0a21b3250da89a79769f40ad8244de7898e549fe.tar.bz2
hercules-0a21b3250da89a79769f40ad8244de7898e549fe.tar.xz
hercules-0a21b3250da89a79769f40ad8244de7898e549fe.zip
* Added code to clear the Illusionary Shadow effect (followup to r12293)
* Added some trim() calls into mapflag code (followup to r12238) * Fixed mvp exp reward packet not working right for big values * Added dbghelpplug plugin entry to the plugins configuration file * Added conf setting for auction table name (see r12287) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12300 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/inter_athena.conf7
-rw-r--r--conf/plugin_athena.conf3
2 files changed, 6 insertions, 4 deletions
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf
index e489370ee..c5dcd351d 100644
--- a/conf/inter_athena.conf
+++ b/conf/inter_athena.conf
@@ -108,7 +108,7 @@ login_db_level: level
login_db: login
loginlog_db: loginlog
-// Character Database Tables
+// Char Database Tables
char_db: char
hotkey_db: hotkey
scdata_db: sc_data
@@ -131,6 +131,8 @@ guild_storage_db: guild_storage
party_db: party
pet_db: pet
friend_db: friends
+mail_db: mail
+auction_db: auction
// Map Database Tables
item_db_db: item_db
@@ -138,9 +140,6 @@ item_db2_db: item_db2
mob_db_db: mob_db
mob_db2_db: mob_db2
-// Mail Database Table
-mail_db: mail
-
//Use SQL item_db and mob_db for the map server
use_sql_db: no
diff --git a/conf/plugin_athena.conf b/conf/plugin_athena.conf
index b7c30dfab..f8dfd0ad5 100644
--- a/conf/plugin_athena.conf
+++ b/conf/plugin_athena.conf
@@ -22,6 +22,9 @@ plugin: upnp
// Crash reporting for Windows
//plugin: exchndl
+// Alternative, improved crash reporting for Windows
+//plugin: dbghelpplug
+
// Process id logging
//plugin: pid