summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lighthalzen.txt
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2017-02-12 00:15:16 +0100
committerGitHub <noreply@github.com>2017-02-12 00:15:16 +0100
commit4aff6f75a7c39e2a2f30608ce9f45392aea7056c (patch)
tree746c47fb76393ca41ff7ff858c47ee3cd5c603e7 /npc/quests/quests_lighthalzen.txt
parent63ac8191d6a72c46a6822ca59273cb751ded6552 (diff)
parent75fd8428290a17aa2ee4163e81c5b9502f2a90d1 (diff)
downloadhercules-4aff6f75a7c39e2a2f30608ce9f45392aea7056c.tar.gz
hercules-4aff6f75a7c39e2a2f30608ce9f45392aea7056c.tar.bz2
hercules-4aff6f75a7c39e2a2f30608ce9f45392aea7056c.tar.xz
hercules-4aff6f75a7c39e2a2f30608ce9f45392aea7056c.zip
Merge pull request #1575 from Asheraf/questprogress
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;