From d61f583a3e67e37695f7f560f7dc9af0fcf6e7e8 Mon Sep 17 00:00:00 2001 From: jchv Date: Tue, 4 Jul 2023 21:34:16 -0400 Subject: [PATCH] Update 0225.ksy --- src/packets/gameservice/server/0225.ksy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/packets/gameservice/server/0225.ksy b/src/packets/gameservice/server/0225.ksy index a435dc3..d0afa43 100755 --- a/src/packets/gameservice/server/0225.ksy +++ b/src/packets/gameservice/server/0225.ksy @@ -15,8 +15,9 @@ doc: | This is one of the responses to [GameService Client 0x0151 Quest Status Request](/packets/gameservice/client/0151.ksy). seq: - - id: unknown_a - size: 4 + - id: status_code + type: u4 + doc: If non-zero, contains an error code. The remainder of the packet is discarded. - id: quest_expiry_unix_time type: u4 doc: Timestamp of (presumably) when the active quests will expire.