From 698bd34809cd50af48ba89024225bdc0bfc3214e Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Mon, 21 May 2018 18:56:43 -0500 Subject: [PATCH] Updated icons. Seems to work as expected. Ready for beta testing. --- Broker_RaidMakeup.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Broker_RaidMakeup.lua b/Broker_RaidMakeup.lua index 98d1001..bcae73d 100644 --- a/Broker_RaidMakeup.lua +++ b/Broker_RaidMakeup.lua @@ -42,9 +42,10 @@ -- The icons to use when displaying in the broker display local TankIcon = "Interface\\Icons\\Inv_shield_06.blp" -local HealerIcon = "Interface\\Icons\\Spell_holy_flashheal.blp" -local DPSIcon = "Interface\\Icons\\Inv_sword_110.blp" -local UnknownIcon = "Interface\\Icons\\Inv_shield_05.blp" +--local HealerIcon = "Interface\\Icons\\Spell_holy_flashheal.blp" +local HealerIcon = "Interface\\Icons\\spell_chargepositive.blp" +local DPSIcon = "Interface\\Icons\\Inv_sword_27.blp" +local UnknownIcon = "Interface\\Icons\\Inv_misc_questionmark.blp" -- The strings used by the game to represent the roles. I don't think these are localized in the game. local ROLE_HEALER = "HEALER" -- 1.7.9.5