More log replacements

This commit is contained in:
Akkadius
2015-01-10 16:01:43 -06:00
parent 18c837c398
commit 26b550dd0d
10 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -557,7 +557,7 @@ void EntityList::AddGroup(Group *group)
uint32 gid = worldserver.NextGroupID();
if (gid == 0) {
LogFile->write(EQEmuLog::Error,
logger.Log(EQEmuLogSys::Error,
"Unable to get new group ID from world server. group is going to be broken.");
return;
}
@@ -586,7 +586,7 @@ void EntityList::AddRaid(Raid *raid)
uint32 gid = worldserver.NextGroupID();
if (gid == 0) {
LogFile->write(EQEmuLog::Error,
logger.Log(EQEmuLogSys::Error,
"Unable to get new group ID from world server. group is going to be broken.");
return;
}