diff --git a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts index 248901e9ad..365137f55c 100644 --- a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts +++ b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts @@ -26,7 +26,7 @@ const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [ monsterID: Monsters.Araxyte.id, efficientName: Monsters.Araxyte.name, efficientMonster: Monsters.Araxyte.id, - efficientMethod: ['cannon'] + efficientMethod: 'cannon' }, { monsterID: Monsters.Jelly.id, @@ -153,7 +153,7 @@ const AutoSlayMaxEfficiencyTable: AutoslayLink[] = [ monsterID: Monsters.SmokeDevil.id, efficientName: Monsters.SmokeDevil.name, efficientMonster: Monsters.SmokeDevil.id, - efficientMethod: ['barrage', 'cannon'] + efficientMethod: 'barrage' }, { monsterID: Monsters.DarkBeast.id,