diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 0861063fc..b9f29dd9f 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -507,6 +507,8 @@ function script FYRewardEvent { } // Destroy the quest DelQuestFromEveryPlayer(Q_AuroraEvent); + deletearray $@aurora_name$; + deletearray $@aurora_value; /* DelItemFromEveryPlayer(EventTreasure1); DelItemFromEveryPlayer(EventTreasure2); |