Bagnon itemLevel Plus error
reapercallin opened this issue ยท 1 comments
Bagnon_ItemInfo/Defaults.lua:179: attempt to call global 'IsAddOnLoaded' (a nil value)
[string "@Bagnon_ItemInfo/Defaults.lua"]:179: in function <Bagnon_ItemInfo/Defaults.lua:174>
[string "@Bagnon_ItemInfo/Defaults.lua"]:225: in function <Bagnon_ItemInfo/Defaults.lua:220>
@reapercallin there is a fix in https://github.com/GoldpawsStuff/Bagnon_ItemInfo repo
you basically have to change 2 lines in Defaults.lua
line 179 and 180 should be
if (not C_AddOns.IsAddOnLoaded("Bagnon_Config")) then
C_AddOns.LoadAddOn("Bagnon_Config")