diff options
Diffstat (limited to 'npc/custom/etc/penal_servitude.txt')
-rw-r--r-- | npc/custom/etc/penal_servitude.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/etc/penal_servitude.txt b/npc/custom/etc/penal_servitude.txt index d86c9dc94..d64cd63d2 100644 --- a/npc/custom/etc/penal_servitude.txt +++ b/npc/custom/etc/penal_servitude.txt @@ -43,7 +43,7 @@ M_PAY: M_PAYCASH: if (@MUSTPAY>Zeny) goto L_NOCASH; - set Zeny,Zeny-@MUSTPAY; + Zeny -=@MUSTPAY; mes "[Saddeus]"; mes "OK, sing here and there."; goto L_RELEASE; |