diff options
Diffstat (limited to 'npc/functions/aurora.txt')
-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 1e100f3cd..47df65945 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -328,10 +328,12 @@ function script FYRewardEvent { } // Destroy the quest DelQuestFromEveryPlayer(Q_AuroraEvent); + /* DelItemFromEveryPlayer(EventTreasure1); DelItemFromEveryPlayer(EventTreasure2); DelItemFromEveryPlayer(EventTreasure3); DelItemFromEveryPlayer(EventFish); + */ } return; } |