diff --git a/DB/Toys/HolidayEvents.lua b/DB/Toys/HolidayEvents.lua index 3aea52b8..8c9e0861 100644 --- a/DB/Toys/HolidayEvents.lua +++ b/DB/Toys/HolidayEvents.lua @@ -144,7 +144,7 @@ local holidayEventToys = { name = L["Fuzzy Green Lounge Cushion"], itemId = 116692, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -236,7 +236,7 @@ local holidayEventToys = { name = L["Pineapple Lounge Cushion"], itemId = 116689, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -289,7 +289,7 @@ local holidayEventToys = { name = L["Safari Lounge Cushion"], itemId = 116690, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, @@ -435,7 +435,7 @@ local holidayEventToys = { name = L["Zhevra Lounge Cushion"], itemId = 116691, items = { 21271, 21270, 116762 }, - chance = 4, + chance = 100, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 },