loot tracker: add pickpocket events

Co-authored-by: Daniel Cimento <daniel.cimento@mail.mcgill.ca>
This commit is contained in:
Adam
2020-02-09 16:06:40 -05:00
committed by Adam
parent acfbf24e07
commit 4d5857214e
4 changed files with 183 additions and 20 deletions

View File

@@ -29,5 +29,6 @@ public enum LootRecordType
NPC,
PLAYER,
EVENT,
PICKPOCKET,
UNKNOWN
}