diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-02-11 18:18:21 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-02-11 18:18:21 +0000 |
commit | 75fd8428290a17aa2ee4163e81c5b9502f2a90d1 (patch) | |
tree | 49e05ffb7cf5b5a7e8698b412ea3b0c405285cd7 /npc/quests/quests_louyang.txt | |
parent | c6ade90ae7c3f56f9f51a3376dc680ab64ef49bf (diff) | |
download | hercules-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_louyang.txt')
-rw-r--r-- | npc/quests/quests_louyang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index 40fd7b38e..e05cd3313 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -2123,7 +2123,7 @@ lou_in02,156,38,0 script Studying Officer#lou 4_M_CHNMAN,{ mes "so I was able to find it again pretty easily. I hope it's useful to you."; ch_par = 15; for (.@i = 11051; .@i <= 11054; ++.@i) { - if (questprogress(.@i) && questprogress(.@i) != 2) + if (questprogress(.@i) == 1) completequest .@i; } setquest 11055; |