diff options
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r-- | npc/functions/treasure.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index e333e4bcb..fe3017b52 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -52,6 +52,10 @@ function script TreasureBox { // Get Monster points for treasure hunting (20% from job level) if (MPQUEST) Mobpt+=(JobLevel/5); + + // World Expo Event + if ($EVENT$ == "Expo") + FYE_Expo(); } else { mesc l("You find @@ inside!", l("nothing")); } |