jsb / Gatherer

Vanilla World of Warcraft (v.1.12.1) AddOn
31 stars 18 forks source link

[string "GatherMain1600:OnLoad"]:2: attempt to index a nil value #17

Open Belden1 opened 6 years ago

Belden1 commented 6 years ago

[string "GatherMain1600:OnLoad"]:2: attempt to index a nil value

function Gatherer_Clear() Gatherer_Print("Clearing your gather data"); GatherItems = { }; ClosestList = { }; // THIS IS LINE 1600 ClosestSearchGather = ""; Gatherer_OnUpdate(0,true); GatherMain_Draw(); end

Getting this error all the time when I open up map in The Barrens I think...

Belden1 commented 6 years ago

apparently i'm not using same gatherer addon lol, this is not the same with the code on github sorry for this issue