Skip to content

Commit

Permalink
Adjust kph
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Feb 27, 2024
1 parent eaed69c commit 8b8692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/minions/data/killableMonsters/low.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const killableMonsters: KillableMonster[] = [
id: Monsters.BloodReaver.id,
name: Monsters.BloodReaver.name,
aliases: Monsters.BloodReaver.aliases,
timeToFinish: Time.Second * 36,
timeToFinish: Time.Second * 25,
table: Monsters.BloodReaver,
wildy: false,
difficultyRating: 3,
Expand Down

0 comments on commit 8b8692a

Please sign in to comment.