mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Update download URL for weekly dump [skip ci]
This commit is contained in:
parent
a7479a628c
commit
a9e4d1212e
@ -1693,7 +1693,7 @@ sub fetch_server_dlls {
|
|||||||
|
|
||||||
sub fetch_peq_db_full {
|
sub fetch_peq_db_full {
|
||||||
print "[Install] Downloading latest PEQ Database... Please wait...\n";
|
print "[Install] Downloading latest PEQ Database... Please wait...\n";
|
||||||
get_remote_file("http://edit.peqtgc.com/weekly/peq_beta.zip", "updates_staged/peq_beta.zip", 1);
|
get_remote_file("http://edit.projecteq.net/weekly/peq_beta.zip", "updates_staged/peq_beta.zip", 1);
|
||||||
print "[Install] Downloaded latest PEQ Database... Extracting...\n";
|
print "[Install] Downloaded latest PEQ Database... Extracting...\n";
|
||||||
unzip('updates_staged/peq_beta.zip', 'updates_staged/peq_db/');
|
unzip('updates_staged/peq_beta.zip', 'updates_staged/peq_db/');
|
||||||
my $start_dir = "updates_staged/peq_db";
|
my $start_dir = "updates_staged/peq_db";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user