From 42c5ff9b263c49d5344a820da19c8bd4e2886967 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Nov 2014 19:57:21 +0300 Subject: Add missing returns in clientversion and savepoint functions. --- npc/functions/clientversion.txt | 1 + npc/functions/savepoint.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50