Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / sql / updates / 0.7 / 3932_item_enchantment_template.sql
blob22970e2d4baed9268b75bde6732ab4a7091ce98e
1 DROP TABLE IF EXISTS `item_enchantment_template`;
2 CREATE TABLE `item_enchantment_template` (
3   `entry` int(11) unsigned NOT NULL DEFAULT '0',
4   `ench` int(10) unsigned NOT NULL DEFAULT '0',
5   `chance` float unsigned NOT NULL DEFAULT '0',
6   PRIMARY KEY (`entry`,`ench`)
7 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item Random Enchantment System';