*Fix a typo in last rev. By Drahy.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-08 18:15:25 -05:00
parent 4e130dcdfd
commit 30adb32d53

View File

@@ -6,4 +6,4 @@ CREATE TABLE `item_required_target` (
`type` tinyint(3) unsigned NOT NULL default '0',
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;