From 7e1e6ce25c19f17e5a53bcd1eb3c0c9a6244a764 Mon Sep 17 00:00:00 2001 From: shagu Date: Fri, 2 Dec 2016 20:36:36 +0100 Subject: [PATCH] nameplates: variable fix for spellname --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 7681c9b9..8ae9488e 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -253,7 +253,7 @@ pfUI:RegisterModule("nameplates", function () healthbar.castbar.spell:SetNonSpaceWrap(false) healthbar.castbar.spell:SetFontObject(GameFontWhite) healthbar.castbar.spell:SetTextColor(1,1,1,1) - healthbar.castbar.text:SetFont(STANDARD_TEXT_FONT, 10, "OUTLINE") + healthbar.castbar.spell:SetFont(STANDARD_TEXT_FONT, 10, "OUTLINE") end if healthbar.castbar.icon == nil then