diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/util.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index d2f67bfab..6b01dd7fa 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -83,7 +83,7 @@ function script nard_reputation { .@nr=.@nr+1; // Sailors Quest, part 2 (+1 rep) - if (getq(CandorQuest_SailorCure) >= 3) + if (getq(CandorQuest_SailorCure) >= 1) .@nr=.@nr+1; // Vincent Quest (+1 rep) @@ -397,7 +397,7 @@ function script reputation { .@nr=.@nr+1; // Sailors Quest, part 2 (+1 rep) - if (getq(CandorQuest_SailorCure) >= 3) + if (getq(CandorQuest_SailorCure) >= 1) .@nr=.@nr+1; // Vincent Quest (+1 rep) |