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){