Skip to content

Commit

Permalink
Add note on BRD key caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremeir committed Nov 15, 2024
1 parent de53784 commit 7b4038e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .contrib/Parser/DATAS/21 - Holidays/WoW Anniversary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2583,17 +2583,23 @@ root(ROOTS.Holidays, applyevent(EVENTS.WOW_ANNIVERSARY, n(WOW_ANNIVERSARY_ROOT,
}),
Difficulty(DIFFICULTY.RAID.LFR).AddGroups({
CommonBossDrops({
i(231510), -- Timewarped Relic Coffer Key
i(231510, { -- Timewarped Relic Coffer Key
["description"] = "You can only loot 120 keys per difficulty per character for the entire event.",
}),
}),
}),
Difficulty(DIFFICULTY.RAID.NORMAL).AddGroups({
CommonBossDrops({
i(232365), -- Timewarped Relic Coffer Key
i(232365, { -- Timewarped Relic Coffer Key
["description"] = "You can only loot 120 keys per difficulty per character for the entire event.",
}),
}),
}),
Difficulty(DIFFICULTY.RAID.HEROIC).AddGroups({
CommonBossDrops({
i(232366), -- Timewarped Relic Coffer Key
i(232366, { -- Timewarped Relic Coffer Key
["description"] = "You can only loot 120 keys per difficulty per character for the entire event.",
}),
}),
}),
},
Expand Down

0 comments on commit 7b4038e

Please sign in to comment.