summaryrefslogtreecommitdiff
path: root/npc/018-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-2-1')
-rw-r--r--npc/018-2-1/warps.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt
index d040cba95..4ea412232 100644
--- a/npc/018-2-1/warps.txt
+++ b/npc/018-2-1/warps.txt
@@ -44,28 +44,28 @@ OnTouch:
case 2:
@HH_LEVEL=HH_NOVICE;
@HH_TIMER=0;
- warp "018-2-2", 37, 196;
+ warp "018-2-2@No", 37, 196;
addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle");
closedialog;
break;
case 3:
@HH_LEVEL=HH_INTERMEDIARY;
@HH_TIMER=0;
- warp "018-2-2", 204, 40;
+ warp "018-2-2@In", 204, 40;
addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle");
closedialog;
break;
case 4:
@HH_LEVEL=HH_ADVANCED;
@HH_TIMER=0;
- warp "018-2-2", 209, 178;
+ warp "018-2-2@Ad", 209, 178;
addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle");
closedialog;
break;
case 5:
@HH_LEVEL=HH_EXPERT;
@HH_TIMER=0;
- warp "018-2-2", 51, 40;
+ warp "018-2-2@Ex", 51, 40;
addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle");
closedialog;
break;