summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 13:29:24 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 13:29:24 -0300
commit2f7cb59325300000f3a7c65502d836d030b3bc6d (patch)
tree308dd9e5497d58d63237cdf08cb6a65cb930f751
parent481e786fbb6f03e23d1d4f0c56509f677881b4ec (diff)
downloadserverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.gz
serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.bz2
serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.tar.xz
serverdata-2f7cb59325300000f3a7c65502d836d030b3bc6d.zip
Fix typo reported by Xanthem
-rw-r--r--npc/functions/util.txt4
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)