Skip to content

Commit

Permalink
Merge pull request #796 from WowRarity/cushion-drop-rates
Browse files Browse the repository at this point in the history
Fix the drop rates for Winter's Veil cushion toys
  • Loading branch information
rdw-software authored Dec 24, 2024
2 parents dd90949 + 3462af6 commit af1bbd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DB/Toys/HolidayEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down

0 comments on commit af1bbd7

Please sign in to comment.