Replaced the TYPE keyword with ENGINE in all sql files, because this is the preferred alternative.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12480 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2008-04-04 21:04:47 +00:00
parent 24989df4ce
commit f6a6d34640
11 changed files with 114 additions and 110 deletions

View File

@@ -27,7 +27,7 @@ CREATE TABLE `item_db2` (
`equip_script` text,
`unequip_script` text,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
) ENGINE=MyISAM;
# Items Additional Database - Custom Items go here
#