diff options
Diffstat (limited to 'npc/pre-re/jobs/1-1/thief.txt')
-rw-r--r-- | npc/pre-re/jobs/1-1/thief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/pre-re/jobs/1-1/thief.txt b/npc/pre-re/jobs/1-1/thief.txt index 389c257f5..356809cdc 100644 --- a/npc/pre-re/jobs/1-1/thief.txt +++ b/npc/pre-re/jobs/1-1/thief.txt @@ -443,7 +443,7 @@ moc_prydb1,42,133,2 script Comrade 2_M_THIEFMASTER,{ next; mes "[Brad]"; mes "Here is a small subsidy for a Newbie like you. Spend it whereever you want. Alright then, I'll see you around~"; - set Zeny, Zeny+.@money_thief; + Zeny += .@money_thief; close; } } |