summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-30 23:10:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-30 23:10:14 -0300
commitc22a3b3e8963ca01f958ed24771bf91fc5a1ab05 (patch)
tree890624d3766fcdd12f9cedd9dc80329758c62752
parentfcad7915e5a8753d71ef01684ed755366ffe480e (diff)
downloadserverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.gz
serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.bz2
serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.xz
serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.zip
I... got the wrong value for price, sorry.
-rw-r--r--npc/005-1/sailors.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt
index 1d75758dc..a05cdd909 100644
--- a/npc/005-1/sailors.txt
+++ b/npc/005-1/sailors.txt
@@ -120,10 +120,10 @@ L_CureLoop:
goto questCure_failure;
L_questCure_success:
- if (getq2(CandorQuest_SailorCure) * 40 < 240)
- Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 40;
+ if (getq2(CandorQuest_SailorCure) * 30 < 240)
+ Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 30;
else
- Zeny = Zeny + 40;
+ Zeny = Zeny + 30;
getexp 50, 10;
setq CandorQuest_SailorCure, 1;
mesn;