Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Aug 14, 2024
1 parent 39b703c commit 107d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tullaRange/actionState.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Addon.GetPetActionState(slot)
local oor = checksRange and not inRange

if spellID then
local _, oom = (IsSpellUsable or C_Spell.IsSpellUsable)(spellID)
local _, oom = (IsUsableSpell or C_Spell.IsSpellUsable)(spellID)
if oom then
return false, oom, oor
end
Expand Down

0 comments on commit 107d452

Please sign in to comment.