Skip to content

Commit

Permalink
Fix Loot
Browse files Browse the repository at this point in the history
Fix End and weekly Loot
  • Loading branch information
BloodDragon2580 committed Jul 9, 2021
1 parent 126255d commit 6324351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MythicPlusDrop/Core.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MythicPlusDrop = LibStub("AceAddon-3.0"):NewAddon("MythicPlusDrop", "AceEvent-3.0", "AceTimer-3.0");
MYTHIC_CHEST_TIMERS_LOOT_ILVL = {184,213,216,220,220,223,226,226,226,230,230,233,233,233,236};
MYTHIC_CHEST_TIMERS_WEEKLY_ILVL = {0,226,229,233,236,236,239,242,242,246,246,249,249,252,252};
MYTHIC_CHEST_TIMERS_LOOT_ILVL = {184,210,213,216,220,223,223,226,226,229,229,233,233,236,236};
MYTHIC_CHEST_TIMERS_WEEKLY_ILVL = {0,226,226,226,229,229,233,236,236,239,242,246,246,249,252};

AFFIXES_DIFICULTY = {
'|cFFFF5555',
Expand Down
2 changes: 1 addition & 1 deletion MythicPlusDrop/MythicPlusDrop.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90100
## Title: |cffd6266cMythicPlusDrop|r
## Version: 4.4
## Version: 4.5
## Author: BloodDragon2580
## Notes: Info for Mythic Dungeons

Expand Down

0 comments on commit 6324351

Please sign in to comment.