mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
fix typo in nameplates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user