[Logs] Fix output for tasks in logs (#4907)

This commit is contained in:
JJ
2025-06-09 13:32:45 -04:00
committed by GitHub
parent 567d46c3d6
commit 687d10960a
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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();