Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4432_item_template.sql
blobabf28ce309ec76bed41227e7d9339ac9d86b98e4
1 ALTER TABLE `item_template`
2   ADD COLUMN `spellppmRate_1` float NOT NULL default '0' AFTER `spellcharges_1`,
3   ADD COLUMN `spellppmRate_2` float NOT NULL default '0' AFTER `spellcharges_2`,
4   ADD COLUMN `spellppmRate_3` float NOT NULL default '0' AFTER `spellcharges_3`,
5   ADD COLUMN `spellppmRate_4` float NOT NULL default '0' AFTER `spellcharges_4`,
6   ADD COLUMN `spellppmRate_5` float NOT NULL default '0' AFTER `spellcharges_5`;