LUA Error (within WOW Classic BCC PTR)
fheathyr opened this issue ยท 2 comments
Running Software (issues missing this information will be deleted):
- Addon version: 9.1.5-2.5.2
- Server patch: [e.g. Build 8.0.1.27178] Public Test Realm (Classic BCC)
Have you read the changelog? (please don't waste our time)
Read.
Describe the bug
Bagnon frequently throws a Lua error
To Reproduce
No steps required, it's just popping up very frequently.
Error Logs
N/A
Additional context
Add any other context about the problem here.
As a temp fix for WOTLK classic you can comment out \common\Wildpants\classes\bag.lua line 144
self:RegisterEvent('CURSOR_UPDATE', 'UpdateCursor')
There seems to be a change in the way wotlk handles undefined variables from tbc. To make sort work you need to comment out \common\Wildpants\libs\LibItemSearch-1.2\libItemSearch-1.2.lua lines 234 - 262; you use -- to comment in lua