Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bagnon itemLevel Plus error #40

Open
reapercallin opened this issue Aug 17, 2024 · 1 comment
Open

Bagnon itemLevel Plus error #40

reapercallin opened this issue Aug 17, 2024 · 1 comment

Comments

@reapercallin
Copy link

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 reapercallin changed the title Nagnon itemLevel Plus error Bagnon itemLevel Plus error Aug 17, 2024
@arashDisguise
Copy link

@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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants