currently equipped
Imna1975 opened this issue ยท 2 comments
Hey,
The fact is that the Blizzard's function we use considers that this two items are the same, because it's the same item link, and it's just the stats that are differents.
We could write our own function to check if items are the same or not, but in most cases (maybe more than 90% of the time, when you don't test the same item with a better ilvl) our own function would be slower than Blizzard's one.
So atm it's more interesting to keep this error but have a faster result 90% of the time.