diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:26:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:26:22 -0300 |
commit | 455def2bdb022e6b337cf103174e2a5ef17732ba (patch) | |
tree | 386a190f454a2a3030666276f3f071a67ba2391c /npc | |
parent | 50ebff04851dabea2662e72832abc2b2ba513422 (diff) | |
download | serverdata-455def2bdb022e6b337cf103174e2a5ef17732ba.tar.gz serverdata-455def2bdb022e6b337cf103174e2a5ef17732ba.tar.bz2 serverdata-455def2bdb022e6b337cf103174e2a5ef17732ba.tar.xz serverdata-455def2bdb022e6b337cf103174e2a5ef17732ba.zip |
Another typo?!
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index ca802e18b..ad74c75ae 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -452,7 +452,7 @@ function script reputation { .@nr=.@nr+1; // AFK Cap Quest (+1 rep) - if (getq(FrostiaQuest_AFKCap) >= 5) + if (getq(FrostiaQuest_AFKCap) >= 2) .@nr=.@nr+1; // FROSTIA Magical Forumula |