From e80e8acc9a711dc0b82ac2e62ee3b92bae3be4a1 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sat, 27 Mar 2010 19:50:19 -0400 Subject: [PATCH] In GetTipFactionInfo(): Display opposing faction if the faction filter is toggled on. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 8627a0b..c23f179 100644 --- a/Frame.lua +++ b/Frame.lua @@ -591,7 +591,7 @@ do display_tip = true else color = private.reputation_colors["hated"] - display_tip = true + display_tip = addon.db.profile.filters.general.faction end return display_tip, color end -- 1.7.9.5