From e7a16b0a68974bb78e1c211c6bc1415db7fb49c5 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 22 Dec 2012 11:30:56 +0100 Subject: Correct bad zeny and bad variable, now zeny is "50" and variable "5". (Bug Reported by Hongwen Qiu) --- npc/000-2-0/julia.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 0351ce3b..58cacd49 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; -- cgit v1.2.3-70-g09d2