Fix issue with installer pulling down the wrong opcodes for SOD+ clients on Linux Loginserver

This commit is contained in:
Akkadius 2017-02-09 01:32:26 -06:00 committed by GitHub
parent d3dff3760a
commit c83bc038f3

View File

@ -1340,7 +1340,7 @@ sub do_linux_login_server_setup {
get_remote_file($install_repository_request_url . "linux/login.ini", "login_template.ini");
get_remote_file($install_repository_request_url . "linux/login_opcodes.conf", "login_opcodes.conf");
get_remote_file($install_repository_request_url . "linux/login_opcodes.conf", "login_opcodes_sod.conf");
get_remote_file($install_repository_request_url . "linux/login_opcodes_sod.conf", "login_opcodes_sod.conf");
get_installation_variables();
my $db_name = $installation_variables{"mysql_eqemu_db_name"};