Mijago / D2ArmorPicker

GNU Affero General Public License v3.0
136 stars 40 forks source link

Fix ghost items #170

Closed ciaran closed 1 year ago

ciaran commented 1 year ago

fix: a possible fix for players reporting ghost items

The theory here would be that the reporting users are all users of an old version which was not tracking any source information, meaning the purge of old items wasn’t catching these due to having an empty source value (but was fixed permanently by re-logging).

We can just delete everything that’s not a Vendor source here instead, which may also be faster.