This website is a work in progress.
Please report any issues to our Discord server, or thebug report forum.

joelhalen

Maintainer
Staff member
Supporter
Mar 11, 2025
22
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.