mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Update eqemu_update.pl
This commit is contained in:
parent
2159d18920
commit
98f7766875
@ -136,6 +136,9 @@ if($ARGV[0] eq "installer"){
|
|||||||
main_db_management();
|
main_db_management();
|
||||||
print "\nApplying Latest Database Updates...\n";
|
print "\nApplying Latest Database Updates...\n";
|
||||||
main_db_management();
|
main_db_management();
|
||||||
|
|
||||||
|
print get_mysql_result("UPDATE `launcher` SET `dynamics` = 30 WHERE `name` = 'zone'");
|
||||||
|
|
||||||
if($OS eq "Windows"){
|
if($OS eq "Windows"){
|
||||||
check_windows_firewall_rules();
|
check_windows_firewall_rules();
|
||||||
}
|
}
|
||||||
@ -144,7 +147,6 @@ if($ARGV[0] eq "installer"){
|
|||||||
|
|
||||||
if($ARGV[0] eq "login_server_setup"){
|
if($ARGV[0] eq "login_server_setup"){
|
||||||
do_windows_login_server_setup();
|
do_windows_login_server_setup();
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user