Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
- fixed typo in unitframe layout
  • Loading branch information
sinaris committed Sep 17, 2012
1 parent 5013b10 commit ca1a272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ do
end
end

if( C["unitframes"]["showstatuebar"] == true ) thenG.UnitFrames.Player.Statue:ClearAllPoints()
if( C["unitframes"]["showstatuebar"] == true ) then
G.UnitFrames.Player.Statue:ClearAllPoints()
G.UnitFrames.Player.Statue:Size( 233, 2 )
G.UnitFrames.Player.Statue:Point( "TOPRIGHT", G.UnitFrames.Player.Power, "BOTTOMRIGHT", 0, -7 )
G.UnitFrames.Player.Statue:CreateBackdrop( "Default" )
Expand Down

0 comments on commit ca1a272

Please sign in to comment.