From e80f321d70e989cadc7bae6ed587a5f799a47ced Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 15 Apr 2017 22:20:40 +0300 Subject: Show too old client messages for client protocol version < 19. --- 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 e68948b3..fd233d88 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 > 11) return; + if (ClientVersion > 18) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-60-g2f50