rathena/sql-files/upgrade_svn14036.sql
Inkfish 6b89176cc9 * 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://svn.code.sf.net/p/rathena/svn/trunk@14036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-04 11:14:27 +00:00

3 lines
100 B
SQL

ALTER TABLE `quest` DROP `mob1`;
ALTER TABLE `quest` DROP `mob2`;
ALTER TABLE `quest` DROP `mob3`;