From d63f137a9fac8b441f341d5e03a8be2bb5d67edc Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 25 Jan 2015 21:26:25 -0600 Subject: [PATCH] Now that versioning works, set script back to V 2 [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 975170115..21ef05b73 100644 --- a/utils/scripts/eqemu_update.pl +++ b/utils/scripts/eqemu_update.pl @@ -14,7 +14,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 = 1; +$current_version = 2; if($ARGV[0] eq "V"){ if($ARGV[1] > $current_version){