Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4594_item_template.sql
bloba1bd200aefce4b6c97cc908413646cfe5a958a2d
1 ALTER TABLE `item_template`
2    ADD COLUMN `minMoneyLoot` int(11) unsigned NOT NULL default '0' AFTER `FoodType`,
3    ADD COLUMN `maxMoneyLoot` int(11) unsigned NOT NULL default '0' AFTER `minMoneyLoot`;