_log replacements in various spots

This commit is contained in:
Akkadius
2015-01-12 23:08:35 -06:00
parent 733159923a
commit b219d73163
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2262,7 +2262,7 @@ void Client::SendTaskComplete(int TaskIndex) {
// I suspect this is the type field to indicate this is a quest task, as opposed to other types.
tcs->unknown04 = 0x00000002;
_log("[TASKS]SendTasksComplete");
logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Tasks, "SendTasksComplete");
DumpPacket(outapp); fflush(stdout);
QueuePacket(outapp);