diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-26 06:01:10 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-26 06:01:10 +0000 |
commit | e9a090774cb956ebb122698374be2a5360dd8b00 (patch) | |
tree | 62ed879dcb9e50038240a5ef8897808abf26c510 /conf/inter_athena.conf | |
parent | f9c3a2a80b9981a3102661928f5c2469e47d360c (diff) | |
download | hercules-e9a090774cb956ebb122698374be2a5360dd8b00.tar.gz hercules-e9a090774cb956ebb122698374be2a5360dd8b00.tar.bz2 hercules-e9a090774cb956ebb122698374be2a5360dd8b00.tar.xz hercules-e9a090774cb956ebb122698374be2a5360dd8b00.zip |
* Some updates of Quest Log system
- renamed table 'questlog' to 'quest' to avoid misunderstanding
- updated main.sql
- fixed the server can't load more than 16 quests
- removed the MAX_QUEST limit. tests show the client can handle more than 100 quests.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13963 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/inter_athena.conf')
-rw-r--r-- | conf/inter_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf index bd2176a56..bcb53bdf8 100644 --- a/conf/inter_athena.conf +++ b/conf/inter_athena.conf @@ -120,7 +120,7 @@ pet_db: pet friend_db: friends mail_db: mail auction_db: auction -quest_db: questlog +quest_db: quest // Map Database Tables item_db_db: item_db |