summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-18 09:10:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-18 09:10:57 -0300
commited4100125caf5a3d8f789504a24369f1d2ac6484 (patch)
treeeec2081c4737316c8538c9d3eb3a80a72bb6372a /npc/functions/aurora.txt
parent24410d57e6678d886c10e95b69bb78ae630294d9 (diff)
downloadserverdata-ed4100125caf5a3d8f789504a24369f1d2ac6484.tar.gz
serverdata-ed4100125caf5a3d8f789504a24369f1d2ac6484.tar.bz2
serverdata-ed4100125caf5a3d8f789504a24369f1d2ac6484.tar.xz
serverdata-ed4100125caf5a3d8f789504a24369f1d2ac6484.zip
No need to be so expensive
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt2
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;
}