Closed MotherGinger closed 2 years ago
Currently we eagerly listen to every QUEST_LOG_UPDATED event which is a bit much. It will be better to throttle the event and listen at a given interval using AceBucket.
QUEST_LOG_UPDATED
This will also be a better solution for automatically abandoning failed quests
Fixed in v1.2.2-bcc
Currently we eagerly listen to every
QUEST_LOG_UPDATED
event which is a bit much. It will be better to throttle the event and listen at a given interval using AceBucket.This will also be a better solution for automatically abandoning failed quests