Bonjour @Ouroboros,
Voilà un petit bout de code pour faire gagner du temps aux devs si la suggestion est acceptée... ;)
Je pense que des icônes de 20 pixels devraient faire l'affaire.
enum Arena_Spectator_Icons
{
ICON_DROOD_RESTORATION = "|TInterface\\Icons\\spell_nature_healingtouch:20|t",
ICON_DROOD_BALANCE = "|TInterface\\Icons\\spell_nature_starfall:20|t",
ICON_DROOD_FERAL = "|TInterface\\Icons\\ability_druid_catform:20|t",
ICON_DROOD_GUARDIAN = "|TInterface\\Icons\\ability_racial_bearform:20|t",
ICON_WARRIOR_FURY = "|TInterface\\Icons\\ability_warrior_innerrage:20|t",
ICON_WARRIOR_ARMS = "|TInterface\\Icons\\ability_warrior_savageblow:20|t",
ICON_WARRIOR_PROTECTION = "|TInterface\\Icons\\ability_warrior_defensivestance:20|t",
ICON_SHAMAN_ELEMENTAL = "|TInterface\\Icons\\spell_shaman_improvedstormstrike:20|t",
ICON_SHAMAN_ENHANCEMENT = "|TInterface\\Icons\\spell_nature_lightning:20|t",
ICON_SHAMAN_RESTORATION = "|TInterface\\Icons\\spell_nature_magicimmunity:20|t",
ICON_DEATHKNIGHT_UNHOLY = "|TInterface\\Icons\\spell_deathknight_unholypresence:20|t",
ICON_DEATHKNIGHT_FROST = "|TInterface\\Icons\\spell_deathknight_frostpresence:20|t",
ICON_DEATHKNIGHT_BLOOD = "|TInterface\\Icons\\spell_deathknight_bloodpresence:20|t",
ICON_MAGE_ARCANE = "|TInterface\\Icons\\spell_holy_magicalsentry:20|t",
ICON_MAGE_FROST = "|TInterface\\Icons\\spell_frost_frostbolt02:20|t",
ICON_MAGE_FIRE = "|TInterface\\Icons\\spell_fire_firebolt02:20|t",
ICON_ROGUE_ASSASSINATION = "|TInterface\\Icons\\ability_backstab:20|t",
ICON_ROGUE_SUBTLETY = "|TInterface\\Icons\\ability_stealth:20|t",
ICON_ROGUE_OUTLAW = "|TInterface\\Icons\\ability_rogue_eviscerate:20|t",
ICON_PALADIN_PROTECTION = "|TInterface\\Icons\\ability_paladin_shieldofthetemplar:20|t",
ICON_PALADIN_RETRIBUTION = "|TInterface\\Icons\\spell_holy_auraoflight:20|t",
ICON_PALADIN_HOLY = "|TInterface\\Icons\\spell_holy_holybolt:20|t",
ICON_WARLOCK_AFFLICTION = "|TInterface\\Icons\\spell_shadow_deathcoil:20|t",
ICON_WARLOCK_DEMONOLOGY = "|TInterface\\Icons\\spell_shadow_metamorphosis:20|t",
ICON_WARLOCK_DESTRUCTION = "|TInterface\\Icons\\spell_shadow_rainoffire:20|t",
ICON_HUNTER_MARKSMANSHIP = "|TInterface\\Icons\\ability_hunter_focusedaim:20|t",
ICON_HUNTER_SURVIVAL = "|TInterface\\Icons\\ability_hunter_camouflage:20|t",
ICON_HUNTER_BEASTMASTERY = "|TInterface\\Icons\\ability_hunter_bestialdiscipline:20|t",
ICON_PRIEST_DISCIPLINE = "|TInterface\\Icons\\spell_holy_powerwordshield:20|t",
ICON_PRIEST_SHADOW = "|TInterface\\Icons\\spell_shadow_shadowwordpain:20|t",
ICON_PRIEST_HOLY = "|TInterface\\Icons\\spell_holy_guardianspirit:20|t"
};