diff options
-rw-r--r-- | npc/003-1/swezanne.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index a337ac6f3..37c57bc69 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -60,8 +60,8 @@ L_Finish2: L_Finish: delitem CactusDrink, 5; - getexp 65, 6; // 5 Job points! A great reward. - Zeny = (Zeny + 170); // 5*25 = 125 base + getexp 60, 5; // 5 Job points! A great reward. + Zeny = (Zeny + 150); // 5*25 = 125 base setq TulimsharQuest_Swezanne, 3; set SWEZANNE_TIMER, gettimetick(2); close; |