From a7b136affa3ad612e2f01ce34788809913e2f806 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 20 Nov 2014 00:46:58 +0300 Subject: Replace getclientversion() to ClientVersion. --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 064269ab..2c7b50bc 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() > 4) return; + if (ClientVersion > 4) return; mesn "Narrator"; mes col("Warning.", 9); -- cgit v1.2.3-70-g09d2