Skip to content

Commit

Permalink
Use number instead of constant when checking for druid form
Browse files Browse the repository at this point in the history
  • Loading branch information
senyaak authored Mar 5, 2024
1 parent a22518d commit 9299c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rings/ComboPointsDruid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ end
--
function module:CheckVisible()
local formId = GetShapeshiftFormID()
return formId == CAT_FORM
-- 1 for CAT_FORM
return formId == 1
end

0 comments on commit 9299c7b

Please sign in to comment.