From b53ce1dd2b22e86c0f83a50e81f75dbe6cab46fc Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 17 Sep 2024 07:01:09 +0200 Subject: [PATCH] DB: Updated the drop rates for TWW collectibles There wasn't any data on wowhead previously, but there is now. --- DB/Toys/TheWarWithin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/Toys/TheWarWithin.lua b/DB/Toys/TheWarWithin.lua index dd65d937..703d2a25 100644 --- a/DB/Toys/TheWarWithin.lua +++ b/DB/Toys/TheWarWithin.lua @@ -26,7 +26,7 @@ local twwToysAndItems = { npcs = { 219440, 213119 }, itemId = 226683, spellId = 442358, - chance = 1, -- No data available + chance = 200, groupSize = 5, equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },