From 66c7d0352d02bc74492730bdc66253617d385923 Mon Sep 17 00:00:00 2001 From: DracoRPG Date: Thu, 20 Jul 2006 16:40:22 +0000 Subject: SQL fix for Homunc skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7768 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/main.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index 40410b005..9dc4ca84b 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -338,7 +338,7 @@ CREATE TABLE `homunculus` ( `rename_flag` tinyint(2) NOT NULL default '0', `vaporize` tinyint(2) NOT NULL default '0', PRIMARY KEY (`homun_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; +) TYPE=MyISAM; -- -- Table structure for table `interlog` @@ -547,8 +547,9 @@ CREATE TABLE `skill_homunculus` ( `homun_id` int(11) NOT NULL, `id` int(11) NOT NULL, `lv` smallint(6) NOT NULL, - PRIMARY KEY (`homun_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; + PRIMARY KEY (`homun_id`,`id`), + KEY `homun_id` (`homun_id`) +) TYPE=MyISAM; -- -- Table structure for table `sstatus` -- cgit v1.2.3-70-g09d2