summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-04 17:17:18 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-04 17:17:18 -0300
commit423a6264dda598b1ba87ffce35001bc62fe928ac (patch)
tree1c3ac2de92c5c0da91f3ae65e065b5d9ed0c341c /npc/functions/aurora.txt
parentcd85f89af12067e72343ad5c2b3a79583108464a (diff)
downloadserverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.gz
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.bz2
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.xz
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.zip
Include Dungeon Map - Now you can find RANDOM DUNGEONS!
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 2549ecd7a..2d3b5e64d 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -176,7 +176,7 @@ function script FYT {
case 1:
return any(SmokeGrenade, ScentGrenade, Grenade, DeathPotion, Lockpicks);
case 2:
- return any(MysteriousBottle, TreasureMap);
+ return any(MysteriousBottle, TreasureMap, DungeonMap);
case 3:
return any(ArcmageBoxset, MercBoxA, ScrollSMaggot);
}