mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 05:11:29 +00:00
Updated eqemu_server.pl to use the appveyor archive when setting up bots [skip ci]
This commit is contained in:
parent
baf4cc62eb
commit
a9ef2474d4
@ -813,7 +813,7 @@ sub fetch_utility_scripts {
|
|||||||
|
|
||||||
sub setup_bots {
|
sub setup_bots {
|
||||||
if ($OS eq "Windows") {
|
if ($OS eq "Windows") {
|
||||||
fetch_latest_windows_binaries_bots();
|
fetch_latest_windows_appveyor_bots();
|
||||||
}
|
}
|
||||||
if ($OS eq "Linux") {
|
if ($OS eq "Linux") {
|
||||||
build_linux_source("bots");
|
build_linux_source("bots");
|
||||||
@ -821,7 +821,7 @@ sub setup_bots {
|
|||||||
bots_db_management();
|
bots_db_management();
|
||||||
run_database_check();
|
run_database_check();
|
||||||
|
|
||||||
print "Bots should be setup, run your server and the #bot command should be available in-game\n";
|
print "Bots should be setup, run your server and the bot command should be available in-game (type '^help')\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub show_menu_prompt {
|
sub show_menu_prompt {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user