summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt1
-rw-r--r--npc/functions/savepoint.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 24d2dafe..064269ab 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -16,4 +16,5 @@ function script CheckClientVersion {
next;
mes col("Please install the new client from http://www.evolonline.org/", 9);
next;
+ return;
}
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 20785708..783cf613 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -14,4 +14,5 @@ function script SavePoint {
savepoint getarg(0), getarg(1), getarg(2);
misceffect2 4, getcharid(3);
+ return;
}