What is this random semicoloned if, removed to silence warning

This commit is contained in:
KimLS 2022-02-11 17:35:43 -08:00
parent 7b106fc622
commit fa418172d6

View File

@ -476,7 +476,7 @@ bool Database::CheckDatabaseConversions() {
CheckDatabaseConvertCorpseDeblob();
/* Run EQEmu Server script (Checks for database updates) */
if(system("perl eqemu_server.pl ran_from_world"));
system("perl eqemu_server.pl ran_from_world");
return true;
}