diff options
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 45aa5fb7a..dbe80e46e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -608,7 +608,7 @@ function script alignment { // Returns if an event is a ranked Aurora Event or not // (Had to be moved from functions/aurora.txt) function script FYEventUsesRanking { - setarray .@av$, "Expo", "Fishing"; + setarray .@av$, "Expo", "Fishing", "Mining"; if (array_find(.@av$, $EVENT$) >= 0) { return true; } |