CovenantForge

CovenantForge

42.9k Downloads

Error loading addon

edusperoni opened this issue ยท 0 comments

commented

No tabs show up and I get the following error:
Lua Error:

119x CovenantForge\CovenantForge-V1.8.lua:276: bad argument #1 to 'pairs' (table expected, got nil)
[string "=[C]"]: in function `pairs'
[string "@CovenantForge\CovenantForge-V1.8.lua"]:276: in function `CreateSoulbindFrames'
[string "@CovenantForge\CovenantForge-V1.8.lua"]:195: in function <CovenantForge\CovenantForge.lua:195>

Line:

for buttonIndex, nodeFrame in pairs(SoulbindViewer.Tree:GetNodes()) do

SoulbindViewer.Tree exists, but GetNodes() returns nil:

/run print(SoulbindViewer.Tree:GetNodes())
nil