View Single Post
07-13-16, 02:17 PM   #5
qlesz
A Deviate Faerie Dragon
Join Date: Jul 2012
Posts: 11
well legion is coming and i hope this will be fixed but if not this is quick fix (i'm not programmer and i don't know lua so i don't add it to git hub just my personal fix&try, as far everything look working fine)

before:
Code:
end
	Nx.Map.UpdateMapID = WorldMapFrame.mapID
	SetMapByID(Nx.Map.UpdateMapID)
end
after:
Code:
end
	-- Nx.Map.UpdateMapID = WorldMapFrame.mapID
	-- SetMapByID(Nx.Map.UpdateMapID)
end
ah and i was using latest github version (still with error before editing)
  Reply With Quote