summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 69e1b373c..1bdf7ffb8 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -63,7 +63,7 @@ L_Menu:
goto L_ChooseLang;
L_First:
- CheckClientVersion;
+ checkclientversion;
mesn;
mesq l("Hi, nice to see you!");
@@ -275,5 +275,5 @@ OnInit:
end;
L_Quit:
- GoodBye;
+ goodbye;
}