summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-10/kreist.txt1
-rw-r--r--npc/024-16/generals.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index 3e81d15df..add11daa4 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -84,6 +84,7 @@ L_QuestMaster:
.@lv+=strmobinfo(3, .@q2);
getexp BaseLevel*.@lv, .@lv;
setq2 .@q, 0;
+ setq3 .@q, 0;
MERCENARY_DAILYQUEST+=1;
if (MERCENARY_DAILYQUEST % 5 == 0) {
getitem MercBoxA, 1;
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
index 3a869f78c..e540da4e1 100644
--- a/npc/024-16/generals.txt
+++ b/npc/024-16/generals.txt
@@ -38,6 +38,7 @@ function script FrostiaTaskMaster {
.@lv+=strmobinfo(3, .@q2);
getexp BaseLevel*.@lv, .@lv;
setq2 .@q, 0;
+ setq3 .@q, 0;
return false;
}