loottracker: Track boosted hunter level for birdhouse loot (#13068)

This commit is contained in:
Patrick Pollock
2021-01-16 00:32:22 -07:00
committed by GitHub
parent 451012fb88
commit 703f06e154

View File

@@ -745,7 +745,7 @@ public class LootTrackerPlugin extends Plugin
return;
}
setEvent(LootRecordType.EVENT, type, client.getRealSkillLevel(Skill.HUNTER));
setEvent(LootRecordType.EVENT, type, client.getBoostedSkillLevel(Skill.HUNTER));
takeInventorySnapshot();
}
}