From 7bc9a0344876a1ee358d98214c6df0b2c075c4ab Mon Sep 17 00:00:00 2001 From: Crowdedlight Date: Thu, 14 Aug 2014 12:53:44 +0200 Subject: [PATCH] Fixed typo that broke nameplates --- VikingNameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VikingNameplates.lua b/VikingNameplates.lua index 9d213ee..27f57e8 100755 --- a/VikingNameplates.lua +++ b/VikingNameplates.lua @@ -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