From dcb000d3b8e2d7cf6626c918274503eaadc003e5 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 26 Mar 2010 01:24:55 -0400 Subject: [PATCH] In ExpandMobData(): Changed the mob name to use the "hostile" color. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 8babc34..54ae0ac 100644 --- a/Frame.lua +++ b/Frame.lua @@ -3035,7 +3035,7 @@ do end local t = AcquireTable() - t.text = string.format("%s%s %s", PADDING, hide_type and "" or addon:MobDrop(L["Mob Drop"])..":", addon:Red(mob.name)) + t.text = string.format("%s%s %s", PADDING, hide_type and "" or addon:MobDrop(L["Mob Drop"])..":", SetTextColor(private.reputation_colors["hostile"], mob.name)) t.recipe_id = recipe_id entry_index = MainPanel.scroll_frame:InsertEntry(t, parent_entry, entry_index, entry_type, true) -- 1.7.9.5