diff options
author | Reid <reidyaro@gmail.com> | 2012-12-22 11:30:56 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-22 11:30:56 +0100 |
commit | e7a16b0a68974bb78e1c211c6bc1415db7fb49c5 (patch) | |
tree | 881dcd4f02f2d9df2cb4435e7a1d0c856bd9484b /npc | |
parent | a860d9a123cf99989854aa492b76da9e3d199afc (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/000-2-0/julia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |