From fa292adb04273094d617d66bb0d147df1e3c7057 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 4 Feb 2009 18:57:12 +0000 Subject: [PATCH] Make it so mini-map icons appear... just testing with dalaran right now to see what's going on. And if this shit will actually work. --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 9e09053..954f0d3 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -315,7 +315,7 @@ function addon:SetupMiniMap() button:SetHeight(10) button:SetText("F") - if (vendorDB[k]["Location"] == "Dalaran") then + if (vendorDB[k]["Location"] == "Dalaran") then Astrolabe:PlaceIconOnMinimap(button,4,3,vendorDB[k]["Coordx"], vendorDB[k]["Coordy"]) end end -- 1.7.9.5