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.
ackis [02-04-09 - 18:57]
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.
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