diff options
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 |