--- Milly's Harvest (11119) shouldn't be dropped by mobs DELETE FROM `creature_loot_template` WHERE `item` = '11119'; --- Handfull of Oats (1529) shouldn't be dropped by a mobs DELETE FROM `creature_loot_template` WHERE `item` = '1529'; --- Powers of the Void (6785) shouldn't be dropped by mobs DELETE FROM `creature_loot_template` WHERE `item` = '6785'; --- Washte Pawne's Feather (5103) from Washte Pawne (3472) DELETE FROM `creature_loot_template` WHERE `item` = '5103'; INSERT INTO `creature_loot_template` ( `entry` , `item` , `ChanceOrRef` , `QuestChanceOrGroup` , `maxcount` , `quest_freeforall` ) VALUES ('3472', '5103', '63.5', '0', '1', '0');