From b4279f1cc2a8f124283b84613bf138daff68e13c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Aug 2020 03:09:44 -0300 Subject: Ensure old event data is NOT carried over --- npc/003-1/events.txt | 4 ++++ npc/functions/aurora.txt | 1 + 2 files changed, 5 insertions(+) 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); -- cgit v1.2.3-60-g2f50