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 --- sql-files/upgrade_svn_13963.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn_13963.sql (limited to 'sql-files/upgrade_svn_13963.sql') diff --git a/sql-files/upgrade_svn_13963.sql b/sql-files/upgrade_svn_13963.sql new file mode 100644 index 000000000..97211ba44 --- /dev/null +++ b/sql-files/upgrade_svn_13963.sql @@ -0,0 +1 @@ +RENAME TABLE `questlog` TO `quest`; \ No newline at end of file -- cgit v1.2.3-70-g09d2