forked from 2009Scape/Server
Traps with a catch now last 10 minutes instead of 1
This commit is contained in:
parent
be7143be20
commit
ffe1e11d11
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ public class TrapSetting {
|
|||
case 3:
|
||||
handleCatch(counter, wrapper, node, npc, success);
|
||||
if (success) {
|
||||
wrapper.setTicks(GameWorld.getTicks() + 100);
|
||||
wrapper.setTicks(GameWorld.getTicks() + 1000);
|
||||
wrapper.setReward(node);
|
||||
wrapper.setObject(getFinalId(wrapper, node));
|
||||
switch(wrapper.getType()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue