From 5512a3404bcff3e0e95acac7ab340f0937df7bb0 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 17 May 2013 02:26:10 +0200 Subject: [PATCH] Properly update the name in case there is no match --- Broker_Equipment.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua index 62cf020..d6cc81c 100644 --- a/Broker_Equipment.lua +++ b/Broker_Equipment.lua @@ -27,11 +27,11 @@ local function UpdateDisplay() LDB.text = name LDB.icon = icon return - else - LDB.text = UNKNOWN - LDB.icon = [=[Interface\Icons\INV_Misc_QuestionMark]=] end end + + LDB.text = UNKNOWN + LDB.icon = [=[Interface\Icons\INV_Misc_QuestionMark]=] end end -- 1.7.9.5