From bda1cff35fcb3b7d042f05835f2c5d2dc9d063fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Nov 2014 01:38:42 +0300 Subject: Change minimal correct client version to 2. --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 2c7b50bc..bd539dd4 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 (ClientVersion > 4) return; + if (ClientVersion > 1) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-70-g09d2