mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
e6d40c5954
commit
ce610db166
@ -2161,7 +2161,7 @@ sub run_database_check{
|
||||
}
|
||||
|
||||
#::: Iterate through Manifest backwards from binary version down to local version...
|
||||
for($i = $revision_check; $i < $binary_database_version; $i++){
|
||||
for($i = $revision_check; $i <= $binary_database_version; $i++){
|
||||
if(!defined($m_d{$i}[0])){ next; }
|
||||
|
||||
$file_name = trim($m_d{$i}[1]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user