
|
If you were logged in you would be able to see more operations.
|
|
|
Gatherer
Created: 25/Oct/07 10:02 AM
Updated: 16/Jan/08 12:11 AM
|
|
| Component/s: |
Mapping
|
| Affects Version/s: |
3.0.2,
3.0.3,
3.0.0,
3.0.1
|
| Fix Version/s: |
3.0.4
|
|
|
Date: 2007-10-25 08:12:13
ID: 51
Error occured in: Global
Count: 336
Message: ..\AddOns\Gatherer\GatherMiniNotes.lua line 217:
attempt to compare nil with number
Debug:
[C]: ?
Gatherer\GatherMiniNotes.lua:217: UpdateMinimapNotes()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
[-snip-]
It seems like the embeds are messed up somehow, however I am not able to figure out how to test if they are. There haven't been any changes to this file since august, aside from moving it to a subfolder inside of trunk, but I only just started getting the error. It also seems to occur every time I change subzones, because the notes disappear from the minimap for several seconds each time I do, and then reappear as if it is correcting itself.
|
|
Description
|
Date: 2007-10-25 08:12:13
ID: 51
Error occured in: Global
Count: 336
Message: ..\AddOns\Gatherer\GatherMiniNotes.lua line 217:
attempt to compare nil with number
Debug:
[C]: ?
Gatherer\GatherMiniNotes.lua:217: UpdateMinimapNotes()
[string "*:OnUpdate"]:1:
[string "*:OnUpdate"]:1
[-snip-]
It seems like the embeds are messed up somehow, however I am not able to figure out how to test if they are. There haven't been any changes to this file since august, aside from moving it to a subfolder inside of trunk, but I only just started getting the error. It also seems to occur every time I change subzones, because the notes disappear from the minimap for several seconds each time I do, and then reappear as if it is correcting itself. |
Show » |
|
local nodeDist = Astrolabe:GetDistanceToIcon(gatherNote) or 0
However the gatherer minimap icons still disappear as well, which is not optimal.
I will work with the Town Guard dev to find a more appropriate solution than removing all of the icons.