Skip to content

Commit

Permalink
Update autoSlayCommand.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum authored Jul 18, 2024
1 parent cca4266 commit 7fa519e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mahoji/lib/abstracted_commands/autoSlayCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ const WildyAutoSlayMaxEfficiencyTable: AutoslayLink[] = [
efficientMethod: 'cannon'
},
{
monsterID: Monsters.Nechryael.id,
efficientName: Monsters.Nechryael.name,
efficientMonster: Monsters.Nechryael.id,
monsterID: Monsters.GreaterNechryael.id,
efficientName: Monsters.GreaterNechryael.name,
efficientMonster: Monsters.GreaterNechryael.id,
efficientMethod: 'barrage'
},
{
Expand Down

0 comments on commit 7fa519e

Please sign in to comment.