
[BUG] Random lua error with Demonology Warlock
Closed this issue ยท 3 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this bug report (above) so that it describes the issue I am reporting.
Describe the Issue
Sometimes lua errors occure randomly.
How to Reproduce
- Enter Combat as Demonology Warlock
Player Information (Link)
No Snapshot
Error Messages (Link)
Additional Information
No response
Contact Information
No response
Have you modified your addon or imported an APL?
Warlock is not yet supported this patch
The error isn't from WLs being unsupported yet, but a missing function import in WarlockDemonology.lua
local FindPlayerAuraByID = ns.FindPlayerAuraByID
would fix the error.
But yeah, WLs won't work properly before the APLs are synced. Should be done soon, check #5010
Will include that with #5054