Quantcast

Bugfix for broker icon

KyrosKrane [05-22-18 - 19:27]
Bugfix for broker icon
Filename
Broker_RaidMakeup.lua
diff --git a/Broker_RaidMakeup.lua b/Broker_RaidMakeup.lua
index d43b3d6..6cc60a5 100644
--- a/Broker_RaidMakeup.lua
+++ b/Broker_RaidMakeup.lua
@@ -87,7 +87,7 @@ end -- BRM:DebugPrint
 --#########################################

 -- The icons to use when displaying in the broker display
-BRM.MainIcon = "Inv_helm_robe_raidpriest_k_01" -- @TODO: fill in the master icon for this addon.
+BRM.MainIcon = "Interface\\Icons\\Inv_helm_robe_raidpriest_k_01" -- Default icon to use until we determine the faction later.
 BRM.TankIcon = "Interface\\Icons\\Inv_shield_06.blp"
 --local BRM.HealerIcon = "Interface\\Icons\\Spell_holy_flashheal.blp"
 BRM.HealerIcon = "Interface\\Icons\\spell_chargepositive.blp"