From 493729665c0ea9197f434cc5bf48f98d54430403 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:27:38 -0400 Subject: [PATCH] Delete Mobs/ItemLoot.sql --- Mobs/ItemLoot.sql | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 Mobs/ItemLoot.sql diff --git a/Mobs/ItemLoot.sql b/Mobs/ItemLoot.sql deleted file mode 100644 index 9818c7c..0000000 --- a/Mobs/ItemLoot.sql +++ /dev/null @@ -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, '');