ClassicCodex

ClassicCodex

435k Downloads

1.3.2 favorite add

Road-block opened this issue ยท 2 comments

commented
2x ClassicCodex\browser.lua:231: attempt to index field '?' (a nil value)
ClassicCodex\browser.lua:231: in function <ClassicCodex\browser.lua:219>

When trying to add a favorite from search result (objects tab)

commented

It caused by a typo here:

CodexBrowserFavorites = {["units"] = {}, ["objets"] = {}, ["items"] = {}, ["quests"] = {}}

objets should be objects...

commented

fixed