summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-3/malindou.txt6
-rw-r--r--npc/functions/aurora.txt2
2 files changed, 7 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 9b2c34fc1..d267120f4 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -664,6 +664,12 @@ OnInit:
debugmes "* New homunculus skills";
debugmes "";
}
+ // The following UPDATE value on: Sun Aug 20 05:11:46 PM CEST 2023
+ // Typo update: FMOLY -> FYMOLY.
+ if ($UPDATE < 1692544306) {
+ $UPDATE = 1692544306;
+ DelChrRegFromEveryPlayer("FMOLY_FRIEND");
+ }
// This mensures Contributors Credits, and changes only during updates.
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 &&