From 8b67839ce73a40e4465dd0369f31fef88770b7ce Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Mon, 17 Jun 2013 02:14:34 +0100 Subject: Correct julia's reward. --- npc/000-2-0/julia.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index cfaf1915..240ded58 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -260,9 +260,9 @@ l_Rumors: mesq l("Take this money as a reward for your nice words."); setq ShipQuests_ChefGado, 6; - set zeny, zeny + 200; - message strcharinfo(0), l("You receive @@ E!", 200); - getexp 10, 0; + set zeny, zeny + 100; + message strcharinfo(0), l("You receive @@ E!", 100); + getexp 8, 0; close; -- cgit v1.2.3-70-g09d2