Skip to content

Commit

Permalink
ToC 8.3, framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Feb 17, 2020
1 parent 72d1b47 commit 299fb53
Show file tree
Hide file tree
Showing 8 changed files with 589 additions and 109 deletions.
2 changes: 1 addition & 1 deletion FlashTaskBar.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 80205
## Interface: 80300
## Title: Flash Task Bar
## Notes: Flashes the taskbar when you are alt-tabbed and queue for raid finder, battleground pops up.
## SavedVariables: FlashTaskbarDB
Expand Down
2 changes: 1 addition & 1 deletion libs/DF/auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local GetSpellInfo = GetSpellInfo
local lower = string.lower
local GetSpellBookItemInfo = GetSpellBookItemInfo

local CONST_MAX_SPELLS = 300000
local CONST_MAX_SPELLS = 400000

function DF:GetAuraByName (unit, spellName, isDebuff)
isDebuff = isDebuff and "HARMFUL|PLAYER"
Expand Down
Loading

0 comments on commit 299fb53

Please sign in to comment.