mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Update db_update.pl verbiage [ci skip]
This commit is contained in:
@@ -13,7 +13,9 @@ $current_version = 2;
|
|||||||
|
|
||||||
if($ARGV[0] eq "V"){
|
if($ARGV[0] eq "V"){
|
||||||
if($ARGV[1] > $current_version){
|
if($ARGV[1] > $current_version){
|
||||||
print "Retrieving latest database manifest...\n";
|
print "db_update.pl Automatic Database Upgrade Needs updating...\n";
|
||||||
|
print " Current version: " . $current_version . "\n";
|
||||||
|
print " New version: " . $current_version . "\n";
|
||||||
GetRemoteFile("https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/db_update.pl", "db_update.pl");
|
GetRemoteFile("https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/db_update.pl", "db_update.pl");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user