Fixed a typo in Captain Lawgof's dialogue

This commit is contained in:
AshLilly
2023-06-05 06:58:11 +00:00
committed by Ryan
parent 048a745371
commit 3d8a6c6e5a
@@ -392,7 +392,7 @@ public class CaptainLawgofDialogue extends DialoguePlugin {
break; break;
case 13: case 13:
player.getInventory().remove(DwarfCannon.TOOL_KIT); player.getInventory().remove(DwarfCannon.TOOL_KIT);
player.sendMessage("You giv the toolkit back to Captain Lawgof."); player.sendMessage("You give the toolkit back to Captain Lawgof.");
player.getConfigManager().set(0, 9, true); player.getConfigManager().set(0, 9, true);
quest.setStage(player, 70); quest.setStage(player, 70);
end(); end();