[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / sql / updates / 0.6 / 2633_character_spell_cooldown.sql
blob45a4e96320885d8e01d2b9895b66e6eeb7962799
1 ALTER TABLE `character_spell_cooldown`
2   CHANGE `time` `time` bigint(20) unsigned NOT NULL default '0';