[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / sql / updates / 0.6 / 3090_loot_template.sql
blobccfc7fa62f65ceb55ee2901a6f30c1386551903a
1 ALTER TABLE `creature_loot_template`
2   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;
4 ALTER TABLE `fishing_loot_template`
5   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;
7 ALTER TABLE `gameobject_loot_template`
8   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;
10 ALTER TABLE `item_loot_template`
11   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;
13 ALTER TABLE `pickpocketing_loot_template`
14   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;
16 ALTER TABLE `skinning_loot_template`
17   ADD COLUMN `mincount` tinyint(3) unsigned NOT NULL default '1' AFTER `QuestChanceOrGroup`;