forked from 2009Scape/Server
Hunter traps last 10 minutes instead of 1 minute
This commit is contained in:
parent
563fcc23bc
commit
65cb778a18
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ public final class TrapWrapper {
|
|||
this.type = type;
|
||||
this.object = object;
|
||||
this.originalId = object.getId();
|
||||
this.ticks = GameWorld.getTicks() + (100);
|
||||
this.ticks = GameWorld.getTicks() + (1000);
|
||||
this.instance = HunterManager.getInstance(player);
|
||||
this.object.getAttributes().setAttribute("trap-uid", instance.getUid());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue