mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 14:31:30 +00:00
Change eqemu_server.pl to use new map download methodology
This commit is contained in:
parent
78d95cab89
commit
a83edb83ba
@ -1454,7 +1454,7 @@ sub map_files_fetch_bulk{
|
|||||||
get_remote_file("http://github.com/Akkadius/EQEmuMaps/archive/master.zip", "maps/maps.zip", 1);
|
get_remote_file("http://github.com/Akkadius/EQEmuMaps/archive/master.zip", "maps/maps.zip", 1);
|
||||||
unzip('maps/maps.zip', 'maps/');
|
unzip('maps/maps.zip', 'maps/');
|
||||||
my @files;
|
my @files;
|
||||||
my $start_dir = "maps/EQEmuMaps-master/maps";
|
my $start_dir = "maps/EQEmuMaps-master/";
|
||||||
find(
|
find(
|
||||||
sub { push @files, $File::Find::name unless -d; },
|
sub { push @files, $File::Find::name unless -d; },
|
||||||
$start_dir
|
$start_dir
|
||||||
@ -2180,3 +2180,4 @@ sub generate_random_password {
|
|||||||
|
|
||||||
return $randpassword;
|
return $randpassword;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user