summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-08-20 19:37:53 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-08-20 19:37:53 +0000
commit935686070ebe5bce272eb094431b1a52b3dcd278 (patch)
tree86b95e16f5b9584a12d057644bc1ee78320a2ded /npc/functions
parentaed8aeb9340e98eb633b644a2ce01e31d2b5ce07 (diff)
downloadserverdata-935686070ebe5bce272eb094431b1a52b3dcd278.tar.gz
serverdata-935686070ebe5bce272eb094431b1a52b3dcd278.tar.bz2
serverdata-935686070ebe5bce272eb094431b1a52b3dcd278.tar.xz
serverdata-935686070ebe5bce272eb094431b1a52b3dcd278.zip
Fix magic olympics' friendship challenge score accounting typo.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/aurora.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index e31f56247..d754f8e5d 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -590,7 +590,7 @@ function script FYE_Olympics_SK {
.@st > 1 &&
.@sk != SM_PROVOKE &&
.@sk != EVOL_AREA_PROVOKE)
- FMOLY_FRIEND += 1;
+ FYMOLY_FRIEND += 1;
// Generic
if (.@sk != TMW2_FAKESKILL &&