mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-13 06:42:26 +00:00
What is this random semicoloned if, removed to silence warning
This commit is contained in:
parent
7b106fc622
commit
fa418172d6
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user