diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:01:00 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:01:00 -0200 |
commit | 0b45a71c550533f615b6a482748515338193422c (patch) | |
tree | ea26695776c99a8e3e6c0ce185ed37a33e2105fe /npc/018-2-1/warps.txt | |
parent | ec382ed71099f86a01e70b0f7af902e62b4d0d89 (diff) | |
download | serverdata-0b45a71c550533f615b6a482748515338193422c.tar.gz serverdata-0b45a71c550533f615b6a482748515338193422c.tar.bz2 serverdata-0b45a71c550533f615b6a482748515338193422c.tar.xz serverdata-0b45a71c550533f615b6a482748515338193422c.zip |
Cosmetic changes
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 7a2dc7419..d543197c1 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -38,7 +38,7 @@ OnTouch: 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 (HH_EXPERT) - rif(.@q & HH_NOVICE, l("Heroes Hold - Great Hall")), + rif(.@q & HH_NOVICE, l("Heroes Hold - Exchange Hall")), l("Information"); mes ""; switch (@menu) { |