Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.11 / 5659_mangos_loot_template.sql
blob51526fdaaab3efb70f9e6461c965c733d43a9d92
1 ALTER TABLE `creature_loot_template`
2   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
4 ALTER TABLE `disenchant_loot_template`
5   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
7 ALTER TABLE `fishing_loot_template`
8   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
10 ALTER TABLE `gameobject_loot_template`
11   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
13 ALTER TABLE `item_loot_template`
14   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
16 ALTER TABLE `pickpocketing_loot_template`
17   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
19 ALTER TABLE `prospecting_loot_template`
20   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';
22 ALTER TABLE `skinning_loot_template`
23   CHANGE `group` groupid tinyint unsigned NOT NULL default '0';