diff options
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 4c3f95cec..30a0c54b8 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -42,7 +42,7 @@ OnTouch: rif(.@q & HH_NOVICE, l("Intermediary Dungeon (Lv 60+)")), // Level 21-60 rif(.@q & HH_INTERMEDIARY, l("Advanced Dungeon (Lv 80+)")), // Level 41-80 rif(.@q & HH_ADVANCED, l("Expert Dungeon (Lv 100+)")), // Level 61-100 - rif(.@q & HH_REQUISITE, l("Master Dungeon (BOSS)")), // Boss Only + rif(.@q & HH_EXPERT, l("Master Dungeon (BOSS)")), // Boss Only l("Heroes Hold - Exchange Hall"), l("Information"); mes ""; |