Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Equipment): Add excludeTrinkets parameter for GetUseableItems
- Allow us to exclude trinket items for profiles that manually handle trinkets - During UpdateEquipment(), check ItemObject:OnUseSpell() to avoid issues with ItemObject:IsUsable(), such as some items not showing usable if no target is selected, which is when UpdateEquipment is most often called
- Loading branch information