View Single Post
03/02/21, 05:29 PM   #17
Gabriel_H
 
Gabriel_H's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2021
Posts: 11
Just spotted an error on Line 514 in Events.lua

Code:
local sustainingShadowsResult = sustainingShadows:AttemptToSlot()
Presuming it is supposed to be:

Code:
local sustainingShadowsResult = JackOfAllTrades.sustainingShadows:AttemptToSlot()
There also seems to be an issue where if you sneak up to pickpocket and you are able to pickpocket, but the victim then moves out of pickpocket range, it is re-slotting the original star for Sustaining Shadows. SS then gets re-slotted once the stealth state event fires again.

Last edited by Gabriel_H : 03/02/21 at 05:40 PM.