mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
thirdparty: fix wim class color strings
This commit is contained in:
@@ -458,7 +458,7 @@ pfUI:RegisterModule("thirdparty-vanilla", "vanilla", function()
|
||||
for class in pairs(RAID_CLASS_COLORS) do
|
||||
local wimclass = _G[format("WIM_LOCALIZED_%s",class)]
|
||||
local colorstr = rgbhex(RAID_CLASS_COLORS[class].r, RAID_CLASS_COLORS[class].g, RAID_CLASS_COLORS[class].b, RAID_CLASS_COLORS[class].a)
|
||||
_G.WIM_ClassColors[wimclass] = gsub(colorstr, "^ff", "")
|
||||
_G.WIM_ClassColors[wimclass] = gsub(colorstr, "^|cff", "")
|
||||
end
|
||||
end, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user