diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:18:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:18:09 -0300 |
commit | e728ce273798c379d6c2a1252078b9bb67d1b17e (patch) | |
tree | 5d735ab44c9583157fd0ed8e4e54fc040798537e /npc/functions/util.txt | |
parent | 8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b (diff) | |
download | serverdata-e728ce273798c379d6c2a1252078b9bb67d1b17e.tar.gz serverdata-e728ce273798c379d6c2a1252078b9bb67d1b17e.tar.bz2 serverdata-e728ce273798c379d6c2a1252078b9bb67d1b17e.tar.xz serverdata-e728ce273798c379d6c2a1252078b9bb67d1b17e.zip |
Finish and Release (UNTESTED) George's Quest (LoF).
Diffstat (limited to 'npc/functions/util.txt')
-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 5ca6c3d6e..420c856f2 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -369,7 +369,7 @@ function script reputation { .@nr=.@nr+1; // George Quest (+1 rep) - if (getq(LoFQuest_George) >= 3) + if (getq(LoFQuest_George) >= 5) .@nr=.@nr+1; // Fairy Quest (+1 rep) |