diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-4/baktar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 788169157..621d22299 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -97,7 +97,7 @@ L_Collector: if (askyesno() == ASK_YES) { delitem .@id, 1; Zeny+=(.@sp*45/10); - getexp BaseLevel*.@sp, .@sp; + getexp (BaseLevel/4)*.@sp, .@sp; setq2 NivalisQuest_Baktar, .@q2|.@m; mesn; if (rand2(1,5) == 4) mesc l("*cough cough*"); |