Delete Mobs/ItemLoot.sql

This commit is contained in:
Manmadedrummer
2025-06-21 11:27:38 -04:00
committed by GitHub
parent 2fe9809b8c
commit 493729665c

View File

@@ -1,36 +0,0 @@
-- Adding items (22972, 22977, 22970, 22946, 22944, 22975) to creature_loot_template for specified creatures
-- Creature: Skeletal Soldier (16422)
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(16422, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
(16422, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
(16422, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
(16422, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
(16422, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
(16422, 22975, 0, 5, 0, 1, 0, 1, 1, '');
-- Creature: Spirit of the Damned (16379)
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(16379, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
(16379, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
(16379, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
(16379, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
(16379, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
(16379, 22975, 0, 5, 0, 1, 0, 1, 1, '');
-- Creature: Bone Witch (16380)
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(16380, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
(16380, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
(16380, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
(16380, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
(16380, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
(16380, 22975, 0, 5, 0, 1, 0, 1, 1, '');
-- Creature: Lumbering Horror (14697)
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(14697, 22972, 0, 5, 0, 1, 0, 1, 1, ''),
(14697, 22977, 0, 5, 0, 1, 0, 1, 1, ''),
(14697, 22970, 0, 5, 0, 1, 0, 1, 1, ''),
(14697, 22946, 0, 5, 0, 1, 0, 1, 1, ''),
(14697, 22944, 0, 5, 0, 1, 0, 1, 1, ''),
(14697, 22975, 0, 5, 0, 1, 0, 1, 1, '');