mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 02:58:27 +00:00
Replace LogFile->write(EQEmuLog::Error, with logger.logevents(EQEmuLogSys::Error
This commit is contained in:
+1
-1
@@ -875,7 +875,7 @@ bool Corpse::Process() {
|
||||
logger.LogDebug(EQEmuLogSys::General, "Tagged %s player corpse has burried.", this->GetName());
|
||||
}
|
||||
else {
|
||||
LogFile->write(EQEmuLog::Error, "Unable to bury %s player corpse.", this->GetName());
|
||||
logger.Log(EQEmuLogSys::Error,"Unable to bury %s player corpse.", this->GetName());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user