diff options
Diffstat (limited to 'npc/jobs/novice/supernovice.txt')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index cf9ea7b87..f6d063a2a 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -431,7 +431,7 @@ aldebaran,54,238,5 script Kafra Employee#sn 4_F_KAFRA1,{ } if (Zeny >= 1899) { set RESRVPTS, RESRVPTS + 190; - set Zeny, Zeny-1900; + Zeny -=1900; if (getskilllv("MC_PUSHCART") > 0) setcart; mes "[Kafra Employee]"; mes "Thank you for using my service."; |