diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 2428e147..3e14fcc6 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -185,9 +185,9 @@ pfUI:RegisterModule("nameplates", function () if pfUI.nameplates.mobs[name:GetText()] and pfUI.nameplates.mobs[name:GetText()] == "elite" and not string.find(level:GetText(), "+") then level:SetText(level:GetText() .. "+") elseif pfUI.nameplates.mobs[name:GetText()] and pfUI.nameplates.mobs[name:GetText()] == "rareelite" and not string.find(level:GetText(), "R+") then - level:SetText(Level:GetText() .. "R+") + level:SetText(level:GetText() .. "R+") elseif pfUI.nameplates.mobs[name:GetText()] and pfUI.nameplates.mobs[name:GetText()] == "rare" and not string.find(level:GetText(), "R") then - level:SetText(Level:GetText() .. "R") + level:SetText(level:GetText() .. "R") end end