diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-17 11:01:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-17 11:01:34 -0300 |
commit | b67f30826d373c3c95320987cae82344d8e1c8af (patch) | |
tree | 91c63755830d4ec54f12c80fc2d05dfc142b6059 /npc | |
parent | 6bf011745e0ced95158de80f623fcf5c91b7f07a (diff) | |
download | serverdata-b67f30826d373c3c95320987cae82344d8e1c8af.tar.gz serverdata-b67f30826d373c3c95320987cae82344d8e1c8af.tar.bz2 serverdata-b67f30826d373c3c95320987cae82344d8e1c8af.tar.xz serverdata-b67f30826d373c3c95320987cae82344d8e1c8af.zip |
Fix typos bugs on Nivalis Heroic Deeds
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/util.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index c2bdd9bbf..e673bcaba 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -333,15 +333,15 @@ function script reputation { .@nr=.@nr+1; // Blue Sage: Slime Hunting Quest (+1 rep) - if (getq(NivalisQuest_BlueSageSlimes) >= 12) + if (getq(NivalisQuest_BlueSageSlimes) >= 2) .@nr=.@nr+1; // Blue Sage: Page Makers Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagemaker) >= 12) + if (getq(NivalisQuest_BlueSagePagemaker) >= 1) .@nr=.@nr+1; // Blue Sage: Page Finders Quest (+1 rep) - if (getq(NivalisQuest_BlueSagePagefinder) >= 12) + if (getq(NivalisQuest_BlueSagePagefinder) >= 1) .@nr=.@nr+1; // NIVALIS Magical Forumula |