From d08d50f4b5f0b62902a48372a111bed4cb8815fd Mon Sep 17 00:00:00 2001 From: Akkadius Date: Thu, 12 Mar 2015 11:19:41 -0500 Subject: [PATCH] [eqemu_update.pl] Set version back to 7... [skip ci] --- utils/scripts/eqemu_update.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/scripts/eqemu_update.pl b/utils/scripts/eqemu_update.pl index c60a1bc3b..302b4113b 100644 --- a/utils/scripts/eqemu_update.pl +++ b/utils/scripts/eqemu_update.pl @@ -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){