Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.6 / 2479_loot_template.sql
blob248b5c5e8ffdb131128bc1e4329a6cb7300536be
1 ALTER TABLE `creature_loot_template`
2   ADD `maxcount` int(11) unsigned NOT NULL default '1';
4 ALTER TABLE `fishing_loot_template`
5   ADD `maxcount` int(11) unsigned NOT NULL default '1';
7 ALTER TABLE `gameobject_loot_template`
8   ADD `maxcount` int(11) unsigned NOT NULL default '1';
10 ALTER TABLE `pickpocketing_loot_template`
11   ADD `maxcount` int(11) unsigned NOT NULL default '1';
13 ALTER TABLE `skinning_loot_template`
14   ADD `maxcount` int(11) unsigned NOT NULL default '1';