forked from 2009Scape/Server
Fixed another incorrect dialogue initialization
This commit is contained in:
parent
d296b48dea
commit
fca2aa0ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public class TokenCollectOption extends OptionHandler {
|
|||
@Override
|
||||
public boolean handle(Player player, Node node, String option) {
|
||||
if(option.equals("collect")){
|
||||
player.getDialogueInterpreter().open(1686,new NPC(1686),true);
|
||||
player.getDialogueInterpreter().open(1686,node.asNpc() ,true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue