Ignore skill updates which don't trigger a quest requirement
BreakBB opened this issue ยท 2 comments
Currently QuestieProfessions:Update
triggers AvailableQuests.CalculateAndDrawAll
on every skill update. We can improve this, because only a few skill break points are actually relevant for quests (25, 50, 75, ...).
Keep in mind there are some quests/crafts that give you 5x skill points, and if you check specifically for 25, 50, 75, they might never trigger.