From fa46afcf46f887ac7a39761adb4d08cec4f1e959 Mon Sep 17 00:00:00 2001 From: RDW Date: Mon, 21 Feb 2022 19:11:44 +0100 Subject: [PATCH] DB: Added NPC ID for Gul'dan to the Skull of Corruption Wowhead comments and user reports indicate that this item does, in fact, drop on all difficulties and not just Mythic. --- DB/Toys/Legion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/Toys/Legion.lua b/DB/Toys/Legion.lua index 9ccab326..e76efb41 100644 --- a/DB/Toys/Legion.lua +++ b/DB/Toys/Legion.lua @@ -275,7 +275,7 @@ local legionToys = { name = L["Skull of Corruption"], itemId = 143544, chance = 30, - npcs = { 111022 }, -- Gul'dan / The Demon Within (Mythic only) + npcs = { 105503, 111022 }, -- Gul'dan / The Demon Within (Mythic only) enableCoin = true, disableForClass = { ["DEATHKNIGHT"] = true,