mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Revert commit until further testing [skip ci]
This commit is contained in:
parent
6514ccc41c
commit
c6ba29f2e5
@ -547,7 +547,10 @@ sub check_for_world_bootup_database_update {
|
|||||||
sleep(1);
|
sleep(1);
|
||||||
bots_db_management();
|
bots_db_management();
|
||||||
run_database_check();
|
run_database_check();
|
||||||
|
print "[Update] Continuing bootup\n";
|
||||||
analytics_insertion("auto database bots upgrade world", $db . " :: Binary DB Version / Local DB Version :: " . $binary_database_version . " / " . $local_database_version);
|
analytics_insertion("auto database bots upgrade world", $db . " :: Binary DB Version / Local DB Version :: " . $binary_database_version . " / " . $local_database_version);
|
||||||
|
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print "[Update] Bots database up to Date: Continuing World Bootup...\n";
|
print "[Update] Bots database up to Date: Continuing World Bootup...\n";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user