Region color is overriding class colored character name
Xorag opened this issue ยท 5 comments
When looking at the group finder if you have a player from the MEX region apply, it always changes their name color to white, and for BZL it changes them to yellow - seems to only affect these multicolored region names.
When looking at the group finder if you have a player from the MEX region apply, it always changes their name color to white, and for BZL it changes them to yellow - seems to only affect these multicolored region names.
I looked into it and currently I am unable to reproduce this issue. Are you using any other addons/weakauras that modify group finder?
e.g.
Well you can see there that the Brazilian player names are always yellow, and Mexican names are always white - overriding their class color
Only other addon I'm using is the main premade groups filter addon
I assume the problem is in the following two lines. There is a color reset |r
at the end, but the color from the middle letter does not seem to be resetted.
["mex"] = "|cFF006600M|cFFFFFFFFE|cFFCC3300X|r",
["bzl"] = "|cFF006600B|cFFFFFF00Z|cFF3333CCL|r",
@Rustyb0y could you try with the following, i.e. resetting the color with |r
after each letter?
["mex"] = "|cFF006600M|r|cFFFFFFFFE|r|cFFCC3300X|r",
["bzl"] = "|cFF006600B|r|cFFFFFF00Z|r|cFF3333CCL|r",