This PR adds the ability to track item drops from quests.
PR is on hold, as the timing that the parser uses to save the parser log is when quest completed. However, items get dropped after the "quest completion" hook is fired. Need to rework the save timing so that we save the parsed log with the dropped items in one go, or save the quest twice when we receive the items.
This PR adds the ability to track item drops from quests.
PR is on hold, as the timing that the parser uses to save the parser log is when quest completed. However, items get dropped after the "quest completion" hook is fired. Need to rework the save timing so that we save the parsed log with the dropped items in one go, or save the quest twice when we receive the items.