This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Tanks get the same color as healers. To fix that, change StatusDungeonRole.lua:
row 39-40: elseif role=="TANK" then c = self.dbx.color2
should be: elseif role=="TANK" then c = self.dbx.color3
To post a comment, please login or register a new account.