From 107d45285bb98e79d9bd3163e083216be3f3f02f Mon Sep 17 00:00:00 2001 From: Jason Greer Date: Wed, 14 Aug 2024 17:58:56 -0400 Subject: [PATCH] fix typo --- tullaRange/actionState.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tullaRange/actionState.lua b/tullaRange/actionState.lua index b2066e5..1318931 100644 --- a/tullaRange/actionState.lua +++ b/tullaRange/actionState.lua @@ -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