diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 17:37:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 17:37:34 -0300 |
commit | 9e33f5ae372bc0b3472517184959c0c6803785f5 (patch) | |
tree | 7f17cd6c46926aed98d6d3b1c9ced8ee25224c1f | |
parent | 53fe53764c38d17b22392f908945bf6b89b82f54 (diff) | |
download | serverdata-9e33f5ae372bc0b3472517184959c0c6803785f5.tar.gz serverdata-9e33f5ae372bc0b3472517184959c0c6803785f5.tar.bz2 serverdata-9e33f5ae372bc0b3472517184959c0c6803785f5.tar.xz serverdata-9e33f5ae372bc0b3472517184959c0c6803785f5.zip |
[skip ci] minor edit on command
-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; |