diff options
| author | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
|---|---|---|
| committer | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
| commit | 4b47c30641d31661c530e21dfd24a79b405736d2 (patch) | |
| tree | edbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/90_world.sql | |
| parent | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff) | |
* Fix revent SQL commits
* Fix EOL issues on all SQL files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/90_world.sql')
| -rw-r--r-- | sql/updates/90_world.sql | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/updates/90_world.sql b/sql/updates/90_world.sql index 53278fc694b..52ca028b6ac 100644 --- a/sql/updates/90_world.sql +++ b/sql/updates/90_world.sql @@ -1,7 +1,7 @@ -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';
+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'; |
