forked from 2009Scape/Server
Fixed a typo in Captain Lawgof's dialogue
This commit is contained in:
parent
048a745371
commit
3d8a6c6e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ public class CaptainLawgofDialogue extends DialoguePlugin {
|
|||
break;
|
||||
case 13:
|
||||
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);
|
||||
quest.setStage(player, 70);
|
||||
end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue