Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
* Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DidacSF committed Jun 7, 2023
1 parent c8ea43f commit 743ffd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl<T: Config> ForgerV2<T> {
sacrifice,
&AvatarAttributes::ItemSubType,
);
AvatarUtils::has_item_type(&sacrifice, ItemType::Equippable) &&
AvatarUtils::has_item_type(sacrifice, ItemType::Equippable) &&
AvatarUtils::same_rarity_tier(leader, sacrifice) &&
AvatarUtils::same_class_type2(leader, sacrifice) &&
(equippable_item == EquippableItemType::ArmorBase ||
Expand Down

0 comments on commit 743ffd2

Please sign in to comment.