From e18d07a043e80c6be035935292cc76ec901e2e5b Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 31 Jan 2023 22:25:40 +0100 Subject: fix typo that (likely) made it impossible to be Frostia hero. --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50