Damit sollte das Item wieder gedroppt werden.
-- Bulliger Hölleneber
DELETE FROM `creature_loot_template` WHERE entry = 16880 AND `Item` = 23270;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (16880, 23270, 0, 100, 1, 1, 0, 1, 1, NULL);
-- Schreckenseber
DELETE FROM `creature_loot_template` WHERE entry = 16992 AND `Item` = 23270;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (16992, 23270, 0, 100, 1, 1, 0, 1, 1, NULL);
-- Verhungernder Hölleneber
DELETE FROM `creature_loot_template` WHERE entry = 16879 AND `Item` = 23270;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (16879, 23270, 0, 100, 1, 1, 0, 1, 1, NULL);
-- Verstörter Hölleneber
DELETE FROM `creature_loot_template` WHERE entry = 16863 AND `Item` = 23270;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (16863, 23270, 0, 100, 1, 1, 0, 1, 1, NULL);