summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 28636436c..340d4eb12 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -5,7 +5,7 @@
// Function checking the client version and reports if it is too old.
function script CheckClientVersion {
- if (getclientversion("") > 3) return;
+ if (getclientversion("") > 4) return;
mesn "Narrator";
mes col("Warning.", 9);
@@ -16,5 +16,4 @@ function script CheckClientVersion {
next;
mes col("Please install the new client from http://www.evolonline.org/", 9);
next;
-
}