mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
What is this random semicoloned if, removed to silence warning
This commit is contained in:
@@ -476,7 +476,7 @@ bool Database::CheckDatabaseConversions() {
|
|||||||
CheckDatabaseConvertCorpseDeblob();
|
CheckDatabaseConvertCorpseDeblob();
|
||||||
|
|
||||||
/* Run EQEmu Server script (Checks for database updates) */
|
/* 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user