Tank coloring not working #232


  • Fixed
  • Patch
Closed
Assigned to _ForgeUser117147
  • _ForgeUser10799 created this issue Jul 3, 2011

    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

  • _ForgeUser10799 added the tags New Patch Jul 3, 2011
  • michaelsp removed a tag New Jul 3, 2011
  • michaelsp added a tag Fixed Jul 3, 2011

To post a comment, please login or register a new account.