From 93c79a7017522d87e06b67af1959ecccff32cb7e Mon Sep 17 00:00:00 2001 From: gepard1984 Date: Tue, 31 Jan 2012 20:06:57 +0000 Subject: * Fixes and improvements related to MVP rewards (bugreport:1259): - removed obsolete (since r1!) ExpPer column from mob_db - official way to drop MVP rewards (always starts from first slot) - added MAX_MVP_DROP as define for max possible MVP reward slots * Updated mob_db SQL scripts. * Removed some renewal only monsters from pre-RE mob_db (were commented out anyway). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15531 54d463be-8e91-2dee-dedb-b68131a5f0ec --- tools/mob_db.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/mob_db.pl') diff --git a/tools/mob_db.pl b/tools/mob_db.pl index a5d287839..3872153fa 100755 --- a/tools/mob_db.pl +++ b/tools/mob_db.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl $db = "mob_db"; -$nb_columns = 58; +$nb_columns = 57; @str_col = (1,2,3); $create_table = "# # Table structure for table `mob_db` @@ -39,7 +39,6 @@ CREATE TABLE `mob_db` ( `aMotion` smallint(6) unsigned NOT NULL default '0', `dMotion` smallint(6) unsigned NOT NULL default '0', `MEXP` mediumint(9) unsigned NOT NULL default '0', - `ExpPer` smallint(9) unsigned NOT NULL default '0', `MVP1id` smallint(9) unsigned NOT NULL default '0', `MVP1per` smallint(9) unsigned NOT NULL default '0', `MVP2id` smallint(9) unsigned NOT NULL default '0', -- cgit v1.2.3-60-g2f50