Priest Class Color not working properly
Toxicom opened this issue ยท 1 comments
Description
Basically ElvUI has a public table E.PriestColors
that you can override and then whenever inside of ElvUI you set something to a class color, priests will have that new color that you overrode.
Screenshots
Notes
- Discord discussing with Simpy basically confirming it should work: https://discord.com/channels/209244641537556480/209256713205972993/1147617028987965560
- Setting the new PriestColors table: https://github.com/Toxicom/toxiui/blob/development/Core/Core.lua#L112
- 3 places where I handle the logic cause I couldn't get the table to work:
To reproduce
- Log in to a priest
- Install profile
- You will see that buffs now have the correct (dark grey) color applied
- Log in to any other class
- You will see that buffs still have the correct color applied
- Log back to priest
- You will see that buffs now have the default ElvUI priest color
- Log in to a third class, color is still correct, meaning ElvUI priest color did not get set correctly
Acceptance criteria
- Priests stay fucking grey >:(