Minimap Range Extender

Minimap Range Extender

17.1k Downloads

[Lua error] attempt to index field 'profile' (a nil value)

JourneyOver opened this issue ยท 2 comments

commented

Not sure what exactly is causing this error but upon loading into a character, or just moving around in the game this error seems to pop up and the count seems to just continue to rise.

Interface/AddOns/MinimapRangeExtender/addon.lua:118: attempt to index field 'profile' (a nil value)
Count: 9

Call Stack:
[string "=[C]"]: ?
[string "@Interface/AddOns/MinimapRangeExtender/addon.lua"]:118: in function `UpdateVignetteOnMinimap'
[string "@Interface/AddOns/MinimapRangeExtender/addon.lua"]:113: in function `VIGNETTES_UPDATED'
[string "@Interface/AddOns/MinimapRangeExtender/addon.lua"]:65: in function `?'
[string "@Interface/AddOns/MinimapRangeExtender/addon.lua"]:10: in function <Interface/AddOns/MinimapRangeExtender/addon.lua:9>

Addon version: a503ac9 if I downgrade back to v5 this error goes away.

commented

Thanks for pointing this out, there's some issues in the current alpha, I'll fix them now!

commented

Can confirm that it is indeed fixed ^^