Skip to content

Commit

Permalink
DB: Fixed the drop rates for XMAS cushion toys
Browse files Browse the repository at this point in the history
Reported by yozora on Discord.
  • Loading branch information
rdw-software committed Dec 24, 2024
1 parent dd90949 commit 3462af6
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 3462af6

Please sign in to comment.