From c50e1952f3cd86f371e44f0ff409b9b98c5ce9d8 Mon Sep 17 00:00:00 2001 From: Mustafa Salih ASLIM Date: Sun, 17 Jan 2016 05:17:21 +0200 Subject: [PATCH] a little version bug fixed (about my client.exe) --- dev/Ultima/Data/ClientVersion.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/Ultima/Data/ClientVersion.cs b/dev/Ultima/Data/ClientVersion.cs index 630d1b12..7942431d 100644 --- a/dev/Ultima/Data/ClientVersion.cs +++ b/dev/Ultima/Data/ClientVersion.cs @@ -18,6 +18,8 @@ public static Version Version { get { + return new Version(6, 0, 6, 2); + //my client.exe don't have version's information if (m_Version == null) { string clientExe = FileManager.GetPath("client.exe");