Skip to content

Commit

Permalink
Pet Bar AutoCast.
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Jul 15, 2024
1 parent 306ddb6 commit e5e4705
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Tukui/Modules/ActionBars/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,10 @@ function ActionBars:UpdatePetBar()
end
end

if AutoCastEnabled then
-- FIX ME 11
--AutoCastShine_AutoCastStart(ShineTexture)
else
--AutoCastShine_AutoCastStop(ShineTexture)
if AutoCastEnabled and AutoCastShine_AutoCastStart then
AutoCastShine_AutoCastStart(ShineTexture)
elseif AutoCastShine_AutoCastStop then
AutoCastShine_AutoCastStop(ShineTexture)
end

if Texture then
Expand Down

0 comments on commit e5e4705

Please sign in to comment.