Results: 1Comments by: GohnZy
File: MiniMap by Fyrakin05/27/20
solved
Posted By: GohnZy
I think I solved the problem with the addon. There have been a change in the API for the ZO_MapPin:New() function, that now takes a parameter. You need to change the following line in the MiniMap.lua file, at the line 3518: from this: pin.mpin = ZO_MapPin:New() to this: pin.mpin = ZO_MapPin:New(ZO_WorldMapContainer)...