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 |
© 2008-2009 Curse Inc.
- #2
Shadowed Sat, 18 Apr 2009 22:28:45This has been fixed, thanks!
- #1
lloydbates Sun, 08 Feb 2009 09:05:49GNU diff for ag_Extras/modules/portrait/portrait.lua added, this is a oneliner. Please fix!