From e9a090774cb956ebb122698374be2a5360dd8b00 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 26 Jul 2009 06:01:10 +0000 Subject: * 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 --- src/char_sql/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char_sql/char.c') diff --git a/src/char_sql/char.c b/src/char_sql/char.c index fe9025935..9d699cbb5 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -58,7 +58,7 @@ char mail_db[256] = "mail"; // MAIL SYSTEM char auction_db[256] = "auction"; // Auctions System char friend_db[256] = "friends"; char hotkey_db[256] = "hotkey"; -char quest_db[256] = "questlog"; +char quest_db[256] = "quest"; //If your code editor is having problems syntax highlighting this file, uncomment this and RECOMMENT IT BEFORE COMPILING //#undef TXT_SQL_CONVERT -- cgit v1.2.3-60-g2f50