DB/Misc: typo fix

This commit is contained in:
Aokromes
2016-01-12 01:13:39 +01:00
parent 37685efa38
commit 4316a967f8

View File

@@ -1204,7 +1204,7 @@ CREATE TABLE `character_spell_cooldown` (
`item` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Item Identifier',
`time` int(10) unsigned NOT NULL DEFAULT '0',
`categoryId` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Spell category Id',
`categoryEnd` int(10) unsigned NOT NULL DEFAULT '0';
`categoryEnd` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`,`spell`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;