mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
Update download URL for weekly dump [skip ci]
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user