diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-25 15:52:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 15:52:03 -0300 |
commit | 08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4 (patch) | |
tree | 9c96bf19f30b360fbfc8b3bb259069b61d62a4cb /npc/functions | |
parent | 35c16e998c81c75e78ae1b19ccf45b6d64e9995e (diff) | |
download | serverdata-08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4.tar.gz serverdata-08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4.tar.bz2 serverdata-08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4.tar.xz serverdata-08d5f5a35c6af4e84e98f27e3cb05802b1ec58d4.zip |
Misc. Bugfixes to the recent additions
Diffstat (limited to 'npc/functions')
-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 3a875f560..5ebb3793d 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -396,8 +396,8 @@ function script reputation { if (getq(LoFQuest_Pets) >= 1) .@nr=.@nr+1; - // Inspector Quest (TODO) - if (getq(LoFQuest_Inspector) >= 6) + // Inspector Quest (+1 rep) + if (getq(LoFQuest_Inspector) >= 9) .@nr=.@nr+1; // LAND OF FIRE Magical Forumula |