mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
parent
6d5c99d892
commit
16270d7f93
@ -2246,7 +2246,7 @@ sub run_database_check {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#::: Iterate through Manifest backwards from binary version down to local version...
|
#::: 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])) {
|
if (!defined($m_d{$i}[0])) {
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user