mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Fix for bots database updates not running when invoked from world.exe [skip ci]
This commit is contained in:
parent
99c1c826a8
commit
3a7908b1de
@ -537,7 +537,10 @@ sub check_for_world_bootup_database_update {
|
|||||||
|
|
||||||
if ($binary_database_version == $local_database_version && $ARGV[0] eq "ran_from_world") {
|
if ($binary_database_version == $local_database_version && $ARGV[0] eq "ran_from_world") {
|
||||||
print "[Update] Database up to date...\n";
|
print "[Update] Database up to date...\n";
|
||||||
exit;
|
if (trim($db_version[2]) == 0) {
|
||||||
|
print "[Update] Continuing bootup\n";
|
||||||
|
exit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
#::: We ran world - Database needs to update, lets backup and run updates and continue world bootup
|
#::: We ran world - Database needs to update, lets backup and run updates and continue world bootup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user