Results: 2Comments by: profcinders
File: Pocket Apocrypha08/18/18
Get this error after applying fix....
Posted By: profcinders
Get this error after applying fix. user:/AddOns/PocketApocrypha/Components/Core.lua:194: } expected (to close { at line 188) near '=' You might have accidentally deleted the following line maybe? The whole code block around it (lines 187 to 210) should look like this: LORE_READER.PCKeybindStripDescriptor = { {...
File: Pocket Apocrypha08/18/18
This fixed it for me: Change lin...
Posted By: profcinders
This fixed it for me: Change line 194 of Components/Core.lua from: visible = function() return LORE_READER.maxPages > 1 end, To: visible = function() return LORE_READER.maxPageGroupings > 1 end, Looks like they changed a variable name in the last ESO update. If you're seeing any other errors, post it here and I'm sure s...