diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-04 13:29:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-04 13:29:24 -0300 |
commit | 2f7cb59325300000f3a7c65502d836d030b3bc6d (patch) | |
tree | 308dd9e5497d58d63237cdf08cb6a65cb930f751 /npc/functions/util.txt | |
parent | 481e786fbb6f03e23d1d4f0c56509f677881b4ec (diff) | |
download | serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.gz serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.bz2 serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.xz serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.zip |
Fix typo reported by Xanthem
Diffstat (limited to 'npc/functions/util.txt')
-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) |