Fix spacing

This commit is contained in:
Akkadius
2015-01-10 15:47:36 -06:00
parent 6844645dfb
commit b76e179d75
39 changed files with 409 additions and 409 deletions
+1 -1
View File
@@ -875,7 +875,7 @@ bool Corpse::Process() {
logger.LogDebug(EQEmuLogSys::General, "Tagged %s player corpse has burried.", this->GetName());
}
else {
logger.Log(EQEmuLogSys::Error,"Unable to bury %s player corpse.", this->GetName());
logger.Log(EQEmuLogSys::Error, "Unable to bury %s player corpse.", this->GetName());
return true;
}
}