Arena: Show arena numbers also on friendly units
Backupiseasy opened this issue ยท 1 comments
- https://www.curseforge.com/wow/addons/tidy-plates-threat-plates/issues/614
- I'm a healer and would like to replace the names of party members as well as arena opponents with 123.
- I've looked through the ArenaWidget.lua code and from what I can tell the only distinguishing factor is the line
- function Widget:EnabledForStyle(style, unit)
return unit.reaction == "HOSTILE" ... - but removing the hostile condition is insufficient.
- What other modifications are necessary to show numbers for the healthplate names of party members 1 and 2 in arena?
- https://www.curseforge.com/wow/addons/tidy-plates-threat-plates?comment=6813
- https://www.curseforge.com/wow/addons/tidy-plates-threat-plates/issues/262
- In Arenas, I often loose track of my allies. I often get confused trying to figure everything out at a glance. I mark my allies with the raid markers, but that does tend to sometimes get lost in the clutter. Since we can already mark enemies with this widget, and change the size of the marker, I figured it would be really helpful if we could change the size of markers on our allies as well.