Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.8 / 4551_item_template.sql
blob342a7f641acb55970eecd5d413a42d4aa1217b23
1 ALTER TABLE `item_template`
2    ADD COLUMN `FoodType` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0 AFTER `DisenchantID`;