View Single Post
07-13-16, 05:24 PM   #6
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Where, exactly, did you find this code? After a search (in Notepad++) through NxMap.lua I couldn't find the code as posted, but did manage to find a small block of code that approximates it. This is lines 204 through 208 of NxMap.lua.
Lua Code:
  1. end
  2.     Nx.Map.UpdateMapID = WorldMapFrame.mapID
  3.     if Nx.Map.UpdateMapID then
  4.         SetMapByID(Nx.Map.UpdateMapID)
  5.     end
This is the only block of code that I could find (in that file). Just out of curiosity, I also checked NxMapData.lua and couldn't even get close.

Please let us know where you found that piece of code - I miss my Carbonite in the WoW BETA.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote