From 9d9b8bcd463e8337d5f3e5b41658eee10e20c17c Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 4 Sep 2009 11:14:27 +0000 Subject: * QuestLog Fix. - mob id no longer stores in sql. - counts won't increase if you have killed sufficient mobs. * Fixed Merchant's medalion wrong aspd bonus (bugreport:3554) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14036 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn14036.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql-files/upgrade_svn14036.sql (limited to 'sql-files') diff --git a/sql-files/upgrade_svn14036.sql b/sql-files/upgrade_svn14036.sql new file mode 100644 index 000000000..17ddfd138 --- /dev/null +++ b/sql-files/upgrade_svn14036.sql @@ -0,0 +1,3 @@ +ALTER TABLE `quest` DROP `mob1`; +ALTER TABLE `quest` DROP `mob2`; +ALTER TABLE `quest` DROP `mob3`; \ No newline at end of file -- cgit v1.2.3-70-g09d2