From 23deac6e93e46afa65bad53b45dd7e4e5873d7f0 Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Mon, 3 Jan 2022 21:52:09 +0100 Subject: [PATCH] Fix (DB\Loot) Gordok Mastiff's loot table Audit (#9958) * Gordok Mastiff's loot table Audit Audit of NPC 13036 Gordok Mastiff's was performed due to now closed by author's PR https://github.com/azerothcore/azerothcore-wotlk/pull/9947#issuecomment-1003574504 Information comes from UDB. --- .../pending_db_world/rev_1641057260821158016.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1641057260821158016.sql diff --git a/data/sql/updates/pending_db_world/rev_1641057260821158016.sql b/data/sql/updates/pending_db_world/rev_1641057260821158016.sql new file mode 100644 index 000000000..aa0079a91 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1641057260821158016.sql @@ -0,0 +1,14 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641057260821158016'); + +-- 5263 Pocket Lint - Is only dropped by Mizzle the Crafty NPC, not other NPCS. +DELETE FROM `creature_loot_template` WHERE `Entry`=13036 AND `Item`=5263 AND `Reference`=0 AND `GroupId`=0; + +-- 18255 Runn Tum Tuber - Is only dropped by Pusillin, not other NPCs. +DELETE FROM `creature_loot_template` WHERE `Entry`=13036 AND `Item`=18255 AND `Reference`=0 AND `GroupId`=0; + +-- 18266 Gordok Courtyard Key - This is only obtained thru Fengus's Chest chest and is for some reason being slapped in a few npc loot tables. +-- Alot of Pservers dump this on npcs due to low pop as the chest is only found on Alterac Valley and Dire Maul. +DELETE FROM `creature_loot_template` WHERE `Entry`=13036 AND `Item`=18266 AND `Reference`=0 AND `GroupId`=0; + +-- 18297 Thornling Seed - This is only obtained in warpwood pods not thru npc drop, never was obtainable thru npc drops in any expansion. +DELETE FROM `creature_loot_template` WHERE `Entry`=13036 AND `Item`=18297 AND `Reference`=0 AND `GroupId`=0;