Fixed a typo in Captain Lawgof's dialogue
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user