Skip to content

Commit

Permalink
Fixed typo that broke nameplates
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowdedlight committed Aug 14, 2014
1 parent 0d37d95 commit 7bc9a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VikingNameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ function VikingNameplates:HelperDoHealthShieldBar(wndHealth, unitOwner, eDisposi
tNameplate.wnd.healthHealthLabel:Show(nHealthCurr > 0)
tNameplate.wnd.healthHealthLabel:SetText(strText)
else
Nameplate.wnd.healthHealthLabel:Show(false)
tNameplate.wnd.healthHealthLabel:Show(false)
tNameplate.wnd.healthHealthLabel:SetText("")
end

Expand Down

0 comments on commit 7bc9a03

Please sign in to comment.