From 9442d178d287050bf9f3c42a520a5d85d6081e3e Mon Sep 17 00:00:00 2001 From: gepard1984 Date: Thu, 26 Jan 2012 15:55:42 +0000 Subject: * Modified drop system to allow overriding global item drop rates on per-item basis. For detailed explanation read source:trunk/db/mob_item_ratio.txt (topic:56118). * Added missing update to `logs.sql` (follow-up to r15519). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15521 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/logs.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql-files') diff --git a/sql-files/logs.sql b/sql-files/logs.sql index b031c566c..ff864d47a 100644 --- a/sql-files/logs.sql +++ b/sql-files/logs.sql @@ -2,7 +2,7 @@ # Players (T)rade Give/Take, Players (V)ending Sell/Take, (S)hop Sell/Take, (N)PC Give/Take, # (C)onsumable Items, (A)dministrators Create/Delete, Sto(R)age, (G)uild Storage, # (E)mail attachment,(B)uying Store, Pr(O)duced Items/Ingredients, Auct(I)oned Items, -# (X) Other +# (X) Other, (D) Stolen from mobs, (U) MVP Prizes #Database: log #Table: picklog @@ -10,7 +10,7 @@ CREATE TABLE `picklog` ( `id` int(11) NOT NULL auto_increment, `time` datetime NOT NULL default '0000-00-00 00:00:00', `char_id` int(11) NOT NULL default '0', - `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X') NOT NULL default 'P', + `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL default 'P', `nameid` int(11) NOT NULL default '0', `amount` int(11) NOT NULL default '1', `refine` tinyint(3) unsigned NOT NULL default '0', -- cgit v1.2.3-70-g09d2