From 92273ac3420b1599373498a66541fad0749e8b67 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Fri, 25 May 2018 23:43:50 -0500 Subject: [PATCH] Update icons for roles and Horde/Alliance --- Broker_RaidMakeup.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Broker_RaidMakeup.lua b/Broker_RaidMakeup.lua index 44593c7..b8f4e6f 100644 --- a/Broker_RaidMakeup.lua +++ b/Broker_RaidMakeup.lua @@ -92,14 +92,18 @@ BRM.Faction, _ = UnitFactionGroup("player") -- The icons to use when displaying in the broker display BRM.MainIcon = "Interface\\Icons\\Inv_helm_robe_raidpriest_k_01" -- Default icon to use until we determine the faction later. -BRM.HordeIcon = "Interface\\Icons\\Achievement_femalegoblinhead" -BRM.AllianceIcon = "Interface\\Icons\\Inv_misc_head_human_02" +BRM.AllianceIcon = "Interface\\Icons\\Inv_tabard_a_78wrynnvanguard" +BRM.HordeIcon = "Interface\\Icons\\Inv_tabard_a_77voljinsspear" BRM.TankIcon = "Interface\\Icons\\Inv_shield_06.blp" ---BRM.HealerIcon = "Interface\\Icons\\Spell_holy_flashheal.blp" BRM.HealerIcon = "Interface\\Icons\\spell_chargepositive.blp" BRM.DPSIcon = "Interface\\Icons\\Inv_sword_27.blp" BRM.UnknownIcon = "Interface\\Icons\\Inv_misc_questionmark.blp" +-- Icons I considered but didn't like +--BRM.AllianceIcon = "Interface\\Icons\\Inv_misc_head_human_02" +--BRM.HordeIcon = "Interface\\Icons\\Achievement_femalegoblinhead" +--BRM.HealerIcon = "Interface\\Icons\\Spell_holy_flashheal.blp" + -- The strings used by the game to represent the roles. I don't think these are localized in the game. BRM.ROLE_HEALER = "HEALER" BRM.ROLE_TANK = "TANK" -- 1.7.9.5