Replaced Error calls

This commit is contained in:
Akkadius
2015-01-10 15:56:09 -06:00
parent a92233240c
commit 4bf74348a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1384,7 +1384,7 @@ void WorldServer::Process() {
if(NewCorpse)
NewCorpse->Spawn();
else
LogFile->write(EQEmuLog::Error,"Unable to load player corpse id %u for zone %s.", s->player_corpse_id, zone->GetShortName());
logger.Log(EQEmuLogSys::Error, "Unable to load player corpse id %u for zone %s.", s->player_corpse_id, zone->GetShortName());
break;
}