Quantcast

Not so temporary as I though, it's the only thing that works

Adrian L Lange [07-11-11 - 04:00]
Not so temporary as I though, it's the only thing that works
Filename
Broker_Equipment.lua
diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua
index 70ab9e1..c839d44 100644
--- a/Broker_Equipment.lua
+++ b/Broker_Equipment.lua
@@ -98,7 +98,7 @@ local function OnClick(self, button)
 		end

 		if(not _G[PAPERDOLL_SIDEBARS[3].frame]:IsShown()) then
-			parent:Show() -- XXX: Temporary fix
+			parent:Show()
 		end
 	end
 end