Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
- fixed CastbarSpark if castbars are disabled
  • Loading branch information
sinaris committed Sep 13, 2012
1 parent 0e9455d commit 2cca1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AsphyxiaUI/Unitframes/Plugins/CastbarSpark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

local S, C, L, G = unpack( Tukui )

if( C["unitframes"]["unitcastbar"] ~= true ) then return end

local oUF = oUFTukui

if( not oUF ) then return end
Expand Down

0 comments on commit 2cca1f8

Please sign in to comment.