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';