ag_UnitFrames

21 - Wrong entry for classIcons["DEATHKNIGHT"] in ag_Extra portrait

The table defined in the module portrait for the class icons has a wrong entrie for the deathknight.
The correct entrie would be
["DEATHKNIGHT"] = {0.25, 0.49609375, 0.5, 0.75},
or as complete table:
local classIcons = {
    ["WARRIOR"] = {0, 0.25, 0, 0.25},
    ["MAGE"] = {0.25, 0.49609375, 0, 0.25},
    ["ROGUE"] = {0.49609375, 0.7421875, 0, 0.25},
    ["DRUID"] = {0.7421875, 0.98828125, 0, 0.25},
    ["HUNTER"] = {0, 0.25, 0.25, 0.5},
    ["SHAMAN"] = {0.25, 0.49609375, 0.25, 0.5},
    ["PRIEST"] = {0.49609375, 0.7421875, 0.25, 0.5},
    ["WARLOCK"] = {0.7421875, 0.98828125, 0.25, 0.5},
    ["PALADIN"] = {0, 0.25, 0.5, 0.75},
    ["DEATHKNIGHT"] = {0.25, 0.49609375, 0.5, 0.75},
}

Currently it displays the paladin icon.

Name Size MD5
portrait_deathknight_fix.diff 456 B 12005a9dd2cd8390df4cb176905c78f3
User When Change
Shadowed Sat, 18 Apr 2009 22:28:51 Changed status from New to Fixed
lloydbates Sun, 08 Feb 2009 09:05:13

Added attachment portrait_deathknight_fix.diff

lloydbates Wed, 26 Nov 2008 15:27:46 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of Shadowed Shadowed Sat, 18 Apr 2009 22:28:45

    This has been fixed, thanks!

  • Avatar of lloydbates lloydbates Sun, 08 Feb 2009 09:05:49

    GNU diff for ag_Extras/modules/portrait/portrait.lua added, this is a oneliner. Please fix!

  • 2 comments

Facts

Last updated on
18 Apr 2009
Reported on
26 Nov 2008
Status
Fixed - Developer made requested changes. QA should verify.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.

Reported by

Possible assignees