This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
0
The file
C:\Program Files\World of Warcraft\Interface\AddOns\Cartographer\Cartographer_Notes\Notes.lua
seems to be the one that references TrackCircle.tga, the offending graphic in this case.
Around line 3,802:
if distance_2 <= 100^2 then
icon = path .. "TrackCircle"
end
You may be able to change the line
icon = path .. "TrackCircle"
to be
icon = path .. ""
and have it work just perfectly. Or... it may blow up.