Quantcast

Updated icons. Seems to work as expected. Ready for beta testing.

KyrosKrane [05-21-18 - 23:56]
Updated icons. Seems to work as expected. Ready for beta testing.
Filename
Broker_RaidMakeup.lua
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"