From 2f7cb59325300000f3a7c65502d836d030b3bc6d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 13:29:24 -0300 Subject: Fix typo reported by Xanthem --- npc/functions/util.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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) -- cgit v1.2.3-60-g2f50