Files
TrinityCore/sql/updates/90_world.sql
runningnak3d@mangos.zipwow.ano 4b47c30641 * Fix revent SQL commits
* Fix EOL issues on all SQL files

--HG--
branch : trunk
2008-12-15 10:42:35 +00:00

8 lines
354 B
SQL

DROP TABLE IF EXISTS `spell_disabled`;
CREATE TABLE `spell_disabled` (
`entry` int(11) unsigned NOT NULL default '0' COMMENT 'Spell entry',
`disable_mask` int(8) unsigned NOT NULL default '0',
`comment` varchar(64) NOT NULL default '',
PRIMARY KEY (`entry`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Disabled Spell System';