diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/events.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 6175b9ebd..644ea2101 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -335,6 +335,8 @@ L_Aurora: .@WHAT$=l("dream tower apparition"); } else if ($EVENT$ == "Raid") { .@WHAT$=l("boss raid"); + } else if ($EVENT$ == "Olympics") { + .@WHAT$=l("magic olympics"); } mesn; |