From 6190152c032e761dfc6d8d70633b49755beb1281 Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 17 Sep 2024 07:01:09 +0200 Subject: [PATCH] DB: Updated the placeholder drop rates for TWW items There wasn't any data for these items 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 },