diff options
-rw-r--r-- | npc/003-1/events.txt | 4 | ||||
-rw-r--r-- | npc/functions/aurora.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 08d817455..10f30cc14 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -321,6 +321,10 @@ L_Aurora: .@WHAT$=l("kamelot raid"); } else if ($EVENT$ == "Regnum") { .@WHAT$=l("regnum's blessing"); + } else if ($EVENT$ == "Mining") { + .@WHAT$=l("miners union request"); + } else if ($EVENT$ == "Candor") { + .@WHAT$=l("candor battle season"); } mesn; diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index fa07d4964..0861063fc 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -52,6 +52,7 @@ function script FYNewEvent { // Overrides standard event system $EVENT$=""; // Delayed cleanup (Just in case) + DelQuestFromEveryPlayer(Q_AuroraEvent); DelItemFromEveryPlayer(EventTreasure1); DelItemFromEveryPlayer(EventTreasure2); DelItemFromEveryPlayer(EventTreasure3); |