TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Tracking wrong Blade of Saeldor for Gauntlet #27

Closed inewman closed 3 years ago

inewman commented 3 years ago

image

UniqueItem.java#L261 Should be tracking the inactive version. From ItemID API:

public static final int BLADE_OF_SAELDOR = 23995;
public static final int BLADE_OF_SAELDOR_INACTIVE = 23997;

Thanks for the great plugin :)