You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the wow api's C_Item.IsEquippedItem does not work
correctly if passed an item name. If there are multiple items with the
same name, it only checks one item id.
A previous commit checked each slot, but that lead to performance
problems due to how many checks that needs.
Fix this, by removing support for "names" and only support item ids.
Thus the user has full control on which item ids are checked.
Fixes: #5710
0 commit comments