summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-22 11:30:56 +0100
committerReid <reidyaro@gmail.com>2012-12-22 11:30:56 +0100
commite7a16b0a68974bb78e1c211c6bc1415db7fb49c5 (patch)
tree881dcd4f02f2d9df2cb4435e7a1d0c856bd9484b /npc/000-2-0/julia.txt
parenta860d9a123cf99989854aa492b76da9e3d199afc (diff)
downloadserverdata-e7a16b0a68974bb78e1c211c6bc1415db7fb49c5.tar.gz
serverdata-e7a16b0a68974bb78e1c211c6bc1415db7fb49c5.tar.bz2
serverdata-e7a16b0a68974bb78e1c211c6bc1415db7fb49c5.tar.xz
serverdata-e7a16b0a68974bb78e1c211c6bc1415db7fb49c5.zip
Correct bad zeny and bad variable, now zeny is "50" and variable "5".
(Bug Reported by Hongwen Qiu)
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 0351ce3bb..58cacd497 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -214,8 +214,8 @@ l_Regret:
next;
mesq l("Take this money for your wise choice. But do not try it again. Water has been merciful with you once... Do not tempt fate once more!");
set zeny, zeny + 50;
- message strcharinfo(0), l("You receive 100GP!");
- setq ShipQuests_ChefGado, 100;
+ message strcharinfo(0), l("You receive 50GP!");
+ setq ShipQuests_ChefGado, 5;
close;