summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/lieutenantdausen.txt2
-rw-r--r--npc/functions/clientversion.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index c4ac08738..f112602d4 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -237,7 +237,7 @@ function DausenMobTutorial {
setq TulimsharQuest_MobTutorial, 8, 0;
// ~30% of exp values
getexp 2100, 0;
- Zeny+=2500;
+ Zeny+=2400;
mesn;
mesq l("This coal will aid you to craft better weapons later. It's a token of appreciation. Good job.");
close;
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index e7cb2750d..55ccc3fbd 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1066,7 +1066,7 @@ function script clientupdater {
if (getq(TulimsharQuest_MobTutorial) >= 6)
Zeny+=1068;
if (getq(TulimsharQuest_MobTutorial) >= 8)
- Zeny+=2300;
+ Zeny+=2200;
}
// :// End of Regular Update System