From 5eb1bc31017d78fc120ae7a9e148302ec8a2473b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Apr 2017 02:52:02 +0300 Subject: Show too old client messages for client protocol version < 21. --- 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 fd233d88..9d502be3 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 > 18) return; + if (ClientVersion > 20) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-60-g2f50