diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-01-31 22:25:40 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-01-31 22:25:40 +0100 |
commit | e18d07a043e80c6be035935292cc76ec901e2e5b (patch) | |
tree | b8a38f945034d1a8ea8a4ed39b0936f4c8c87f03 | |
parent | d967aa14f8f5f680e1560be74b2d9375c3530a21 (diff) | |
download | serverdata-e18d07a043e80c6be035935292cc76ec901e2e5b.tar.gz serverdata-e18d07a043e80c6be035935292cc76ec901e2e5b.tar.bz2 serverdata-e18d07a043e80c6be035935292cc76ec901e2e5b.tar.xz serverdata-e18d07a043e80c6be035935292cc76ec901e2e5b.zip |
fix typo that (likely) made it impossible to be Frostia hero.
-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 |