summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-06-17 02:14:34 +0100
committerReid Yaro <reidyaro@gmail.com>2013-06-17 02:44:19 +0100
commit8b67839ce73a40e4465dd0369f31fef88770b7ce (patch)
tree0cd46aa159bc306a4557b9cba26f021c8d64f9bf
parent156fa53de7813bf7fb461f9dfa158c9def40ab23 (diff)
downloadclientdata-8b67839ce73a40e4465dd0369f31fef88770b7ce.tar.gz
clientdata-8b67839ce73a40e4465dd0369f31fef88770b7ce.tar.bz2
clientdata-8b67839ce73a40e4465dd0369f31fef88770b7ce.tar.xz
clientdata-8b67839ce73a40e4465dd0369f31fef88770b7ce.zip
Correct julia's reward.
-rw-r--r--npc/000-2-0/julia.txt6
1 files 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;