Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / sql / updates / 0.8 / 4496_spell_script_target.sql
bloba759ac011697c8188d3fb724cea3a921dd84e0f4
1 DROP TABLE IF EXISTS `spell_script_target`;
2 CREATE TABLE `spell_script_target` (
3   `entry` int(6) unsigned NOT NULL,
4   `type` int(8) unsigned default '0',
5   `targetEntry` int(11) default '0'
6 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Spell System';