summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_thief01.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/first_class/tu_thief01.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/first_class/tu_thief01.txt')
-rw-r--r--npc/quests/first_class/tu_thief01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/first_class/tu_thief01.txt b/npc/quests/first_class/tu_thief01.txt
index 059a76477..0c431951f 100644
--- a/npc/quests/first_class/tu_thief01.txt
+++ b/npc/quests/first_class/tu_thief01.txt
@@ -570,7 +570,7 @@ moc_ruins,66,164,4 script Thief Trainer#T 4_M_02,{
mes "Hey, this stuff is yours. Think of it as a reward for helping us out. Take care of yourself now~";
set tu_thief01, 27;
getitem 2307,1; //Mantle
- Zeny += 5000;
+ set Zeny, Zeny + 5000;
getexp 8000,3000;
close;
}
@@ -693,7 +693,7 @@ moc_ruins,66,164,4 script Thief Trainer#T 4_M_02,{
mes "[Yierhan]";
mes "Hey, this stuff is yours. Think of it as a reward for helping us out. Right, and I'll let Mana know you did a great job. Take care of yourself now~";
set tu_magician01, 27;
- Zeny += 5000;
+ set Zeny, Zeny + 5000;
getexp 5000,2000;
close;
}