diff options
-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 b39c4123e..5063a23a3 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -525,7 +525,7 @@ function script reputation { .@nr=.@nr+1; // Jhon H's Quest (+1 rep) - if (getq(FrostiaQuest_JohnH) >= 1) + if (getq(FrostiaQuest_JhonH) >= 1) .@nr=.@nr+1; // FROSTIA Magical Forumula |