Skip to content

Commit

Permalink
Update to v5.6
Browse files Browse the repository at this point in the history
fix some errors
  • Loading branch information
BloodDragon2580 committed Nov 21, 2022
1 parent 34eb5f4 commit 79e56ef
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
45 changes: 43 additions & 2 deletions MythicPlusDrop/Core.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
MythicPlusDrop = LibStub("AceAddon-3.0"):NewAddon("MythicPlusDrop", "AceEvent-3.0", "AceTimer-3.0");
MYTHIC_CHEST_TIMERS_LOOT_ILVL = {0,376,376,379,379,382,385,385,389,392,392,392,392,395,398,398,402,402,405,405};
MYTHIC_CHEST_TIMERS_WEEKLY_ILVL = {0,382,385,385,389,389,392,395,395,398,402,405,408,408,411,415,415,418,418,421};
MYTHIC_CHEST_TIMERS_LOOT_ILVL = {
0, -- +0
262, -- +2
265, -- +3
268, -- +4
272, -- +5
275, -- +6
275, -- +7
278, -- +8
278, -- +9
281, -- +10
281, -- +11
285, -- +12
285, -- +13
288, -- +14
288, -- +15
288, -- +16
288, -- +17
288, -- +18
288, -- +19
288}; -- +20

MYTHIC_CHEST_TIMERS_WEEKLY_ILVL = {
0, -- +0
278, -- +2
278, -- +3
278, -- +4
281, -- +5
281, -- +6
285, -- +7
288, -- +8
288, -- +9
291, -- +10
294, -- +11
298, -- +12
298, -- +13
301, -- +14
304, -- +15
304, -- +16
304, -- +17
304, -- +18
304, -- +19
304}; -- +20

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: 100002
## Title: |cffd6266cMythicPlusDrop|r
## Version: 5.5
## Version: 5.6
## Author: BloodDragon2580
## Notes: Info for Mythic Dungeons

Expand Down

0 comments on commit 79e56ef

Please sign in to comment.