summaryrefslogtreecommitdiff
path: root/npc/001-2-36
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-36')
-rw-r--r--npc/001-2-36/training_room_npc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-36/training_room_npc.txt b/npc/001-2-36/training_room_npc.txt
index d7f9e443..022b5d2e 100644
--- a/npc/001-2-36/training_room_npc.txt
+++ b/npc/001-2-36/training_room_npc.txt
@@ -63,7 +63,7 @@ start:
getmapxy(.@map$, .@x, .@y, 0);
if (.@x < 24 || .@x > 32 || .@y < 33 || .@y > 43)
{
- speech 1, l("Please enter the combat zone on the left.");
+ speech S_FIRST_BLANK_LINE, l("Please enter the combat zone on the left.");
close;
}