summaryrefslogtreecommitdiff
path: root/npc/quests/quests_prontera.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-28 13:21:57 -0200
committershennetsind <ind@henn.et>2013-11-28 13:21:57 -0200
commit3c8e2e97243866b0a650002d59fdf2435874fd9a (patch)
tree263d804c1c19e61ffc40f3275b8074941c108a35 /npc/quests/quests_prontera.txt
parentae13db97ea770e37450e4e2c1a7919ce98d705a8 (diff)
parent09dd2097b77bf3dda4c5eb1ee6eb2a60f05bbec8 (diff)
downloadhercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.gz
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.bz2
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.tar.xz
hercules-3c8e2e97243866b0a650002d59fdf2435874fd9a.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/quests/quests_prontera.txt')
-rw-r--r--npc/quests/quests_prontera.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt
index cc2cf7091..d2a15064c 100644
--- a/npc/quests/quests_prontera.txt
+++ b/npc/quests/quests_prontera.txt
@@ -2894,7 +2894,7 @@ prt_church,185,106,3 script Father Bamph 1_M_PASTOR,{
mes "to cover your Airship fee.";
mes "Thank you, and good luck.";
set aru_monas,6;
- Zeny += (checkre(0)?5000:1500);
+ set Zeny, Zeny + (checkre(0)?5000:1500);
changequest 17002,17003;
close;
}
@@ -3639,7 +3639,7 @@ prt_in,162,99,4 script Librarian#curse 1_F_02,{
mes "replacement copies,";
mes "and try not to lose";
mes "them again. Thank you.";
- Zeny -=700;
+ set Zeny, Zeny-700;
getitem 7431,1; //Books
close;
}