From bc3ce8a1f8d2f3f63be1cdce595250125233b271 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 May 2018 01:46:11 +0300 Subject: Show client too old warning if client version < 24. --- 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 9d502be3..93a6b371 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 > 20) return; + if (ClientVersion > 23) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-70-g09d2