From 3b807ff4f9a5b0323e463d3fc4d44c6b4232d83f Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 7 Jan 2017 17:04:38 +0100 Subject: [PATCH] nameplates: reset cache on initialization --- modules/nameplates.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index e6151b41..f96fee14 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -57,6 +57,9 @@ pfUI:RegisterModule("nameplates", function () healthbar.bg:SetHeight(healthbar:GetHeight() + 3) end + healthbar.reaction = nil + healthbar.playername = nil + -- raidtarget raidicon:ClearAllPoints() raidicon:SetWidth(pfUI_config.nameplates.raidiconsize)