Roeshambo / MonolithDKP

DKP Interface for Monolith (WoW Classic Guild) (Development Repository)
28 stars 71 forks source link

Export does not take deleted or hidden items into account #360

Open marknl opened 4 years ago

marknl commented 4 years ago

On the Loot History tab, the output is filtered by

if not MonDKP_Loot[i].deletes and not MonDKP_Loot[i].hidden and not MonDKP_Loot[i].deletedby then

The export feature does not take into account deleted or hidden loot items, nor does it make any distinction in the output that these are deleted or hidden items (because they show up in the export).