mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Update eqemu_server.pl [skip ci]
This commit is contained in:
@@ -2246,7 +2246,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user