loottracker: Track boosted hunter level for birdhouse loot (#13068)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user