Skip to content

Commit

Permalink
ellipsis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Dec 11, 2024
1 parent 8eaae77 commit 85d452d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/pvm/refund.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ describe('Refund trips should fully refund PvM', async () => {
itemID("Inquisitor's plateskirt"),
itemID('Justiciar faceguard')
]);
}
} else if (monster.minimumGearRequirements?.wildy) {
if (Object.keys(monster.minimumGearRequirements.wildy).includes(GearStat.AttackRanged)) {
} else if (Object.keys(monster.minimumGearRequirements.wildy).includes(GearStat.AttackRanged)) {
await user.equip('wildy', [
itemID('Twisted bow'),
itemID('Masori body (f)'),
Expand Down

0 comments on commit 85d452d

Please sign in to comment.