[eqemu_update.pl] Set version back to 7... [skip ci]

This commit is contained in:
Akkadius 2015-03-12 11:19:41 -05:00
parent c5fb9ba6dd
commit d08d50f4b5

View File

@ -22,7 +22,7 @@ if($Config{osname}=~/linux/i){ $OS = "Linux"; }
if($Config{osname}=~/Win|MS/i){ $OS = "Windows"; }
#::: If current version is less than what world is reporting, then download a new one...
$current_version = 6;
$current_version = 7;
if($ARGV[0] eq "V"){
if($ARGV[1] > $current_version){