diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 00e1159e1..bcd50376a 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -606,7 +606,7 @@ function script FYE_Olympics_MX { if ($EVENT$ != "Olympics") return; .@var=getarg(0, 0); - FMOLY_MANAXP += .@var; + FYMOLY_MANAXP += .@var; setq Q_AuroraEvent, getq2(Q_AuroraEvent) + rand2(.@var + 1); return; } |