diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/refine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 6e4a1db27..ac7be8827 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -207,7 +207,7 @@ function script repairMaster { if (.@save != getbrokenid(1)) { mesn; mesq l("Ah...! POLICE! POLICE! Quick, send this cheating thief to jail!!"); - atcommand "@jail "+strcharinfo(0); + atcommand "@jailfor 20mn "+strcharinfo(0); close; } Zeny=Zeny-.@price; |