Results: 1Comments by: toth
File: AwesomeGuildStore02/23/18
Error when opening a guild store: attempt to index a nil value
Posted By: toth
I'm getting the following error whenever I try to open a guild store window: user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:373: attempt to index a nil value It points to the following line: if(not self.attachedButtons) then return end It looks like self.attachedButtons is initialized in SearchTabWrapper:Ini...