summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lighthalzen.txt
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2017-02-11 18:18:21 +0000
committerAsheraf <acheraf1998@gmail.com>2017-02-11 18:18:21 +0000
commit75fd8428290a17aa2ee4163e81c5b9502f2a90d1 (patch)
tree49e05ffb7cf5b5a7e8698b412ea3b0c405285cd7 /npc/quests/quests_lighthalzen.txt
parentc6ade90ae7c3f56f9f51a3376dc680ab64ef49bf (diff)
downloadhercules-75fd8428290a17aa2ee4163e81c5b9502f2a90d1.tar.gz
hercules-75fd8428290a17aa2ee4163e81c5b9502f2a90d1.tar.bz2
hercules-75fd8428290a17aa2ee4163e81c5b9502f2a90d1.tar.xz
hercules-75fd8428290a17aa2ee4163e81c5b9502f2a90d1.zip
remove useless check for questprogress
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r--npc/quests/quests_lighthalzen.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 0a80c25ae..66cfb0e73 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -8503,7 +8503,7 @@ L_Mission:
mes ".........";
mes "............";
for (.@i = 12015; .@i <= 12028; ++.@i) {
- if (questprogress(.@i) && questprogress(.@i) != 2)
+ if (questprogress(.@i) == 1)
completequest .@i;
}
close;