mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Logs] Fix output for tasks in logs (#4907)
This commit is contained in:
@@ -20,7 +20,7 @@ void SharedTaskZoneMessaging::HandleWorldMessage(ServerPacket *pack)
|
||||
->AcceptNewTask(
|
||||
c,
|
||||
(int) p->requested_task_id,
|
||||
(int) p->requested_npc_type_id,
|
||||
(int) p->requested_npc_entity_id,
|
||||
p->accept_time
|
||||
);
|
||||
c->LoadClientTaskState();
|
||||
|
||||
Reference in New Issue
Block a user