The DropTracker plugin has been updated to version 5.0.1
A more detailed update log is available in our Discord server.

joelhalen

Maintainer
Staff member
Supporter
Mar 11, 2025
26
5
3
It seems that as a result of the way we have our cache structured, we are not properly removing players from their respective groups' cached loot data when they are removed from the group.

This relates to the way we store data in Redis, and the fact that the keys we delete on each 24-hour invalidation only include player-specific keys, not those that are involved in z-scores; which is where loot totals are extrapolated from.