Skip to content

Commit

Permalink
IsUsableSpell bugifx
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Aug 29, 2024
1 parent 25b8798 commit ea556e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NugRunning.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ end


local IsPlayerSpell = IsPlayerSpell
local IsUsableSpell = IsUsableSpell
local IsUsableSpell = C_Spell and C_Spell.IsSpellUsable or IsUsableSpell
local function IsOriginalSpell(spellID)
local replacedTexture, originalTexture = GetSpellTexture(spellID)
return replacedTexture == originalTexture
Expand Down

0 comments on commit ea556e2

Please sign in to comment.