mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 11:42:25 +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();
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user