Skip to content

Commit

Permalink
This time correctly, maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Nov 22, 2024
1 parent 22be9f2 commit 17d8826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private unsafe GenderRace ResolveEqdpRaceCode(uint slotIndex, PrimaryId primaryI
if (characterRaceCode == GenderRace.MidlanderMale)
return GenderRace.MidlanderMale;

var accessory = IsEquipmentSlot(slotIndex);
var accessory = !IsEquipmentSlot(slotIndex);
if ((ushort)characterRaceCode % 10 != 1 && accessory)
return GenderRace.MidlanderMale;

Expand Down

0 comments on commit 17d8826

Please sign in to comment.