Skip to content

Commit

Permalink
Update DeleuzeTundraMerge.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Jan 20, 2025
1 parent 2f311df commit fee6a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nation/MergeShops/DeleuzeTundraMerge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void findIngredients()

case "Outrider's Broken Blade":
Core.EquipClass(ClassType.Farm);
Core.KillMonster("deleuzetundra", "r2", "Left", "Nation Outrider", req.Name, isTemp: false);
Core.KillMonster("deleuzetundra", "r2", "Left", "Nation Outrider", req.Name, req.Quantity, req.Temp);
Bot.Wait.ForPickup(req.Name);
Core.CancelRegisteredQuests();
break;
Expand Down

0 comments on commit fee6a27

Please sign in to comment.