diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:02:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:02:30 -0200 |
commit | 0673c5af641b2745701cda0cb181d750a3ed4562 (patch) | |
tree | bf1ebb9bf316c1f3dee06a40cf0f65348fe1435a /npc/018-2-1/warps.txt | |
parent | 60f4f329410bf44a20115dd3cb018f6402ba8b6c (diff) | |
download | serverdata-0673c5af641b2745701cda0cb181d750a3ed4562.tar.gz serverdata-0673c5af641b2745701cda0cb181d750a3ed4562.tar.bz2 serverdata-0673c5af641b2745701cda0cb181d750a3ed4562.tar.xz serverdata-0673c5af641b2745701cda0cb181d750a3ed4562.zip |
Fix moar bugs
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 ""; |