From bf1570e2670f662698837a532c37cebf728d4242 Mon Sep 17 00:00:00 2001 From: xavo95 Date: Wed, 19 Feb 2025 16:51:06 +0100 Subject: [PATCH] Updated quest proto --- wicked-waifus-protocol/proto/wicked-waifus.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wicked-waifus-protocol/proto/wicked-waifus.proto b/wicked-waifus-protocol/proto/wicked-waifus.proto index 5375bfd..174707c 100644 --- a/wicked-waifus-protocol/proto/wicked-waifus.proto +++ b/wicked-waifus-protocol/proto/wicked-waifus.proto @@ -18600,8 +18600,8 @@ message JSPatchNotify { enum QuestState { QuestState_InActive = 0; - QuestState_CTs = 1; - QuestState_nvs = 2; + QuestState_Available = 1; + QuestState_InProgress = 2; QuestState_Finish = 3; QuestState_Delete = 4; } @@ -18690,15 +18690,15 @@ message QuestNpcMoveOverResponse { } // MessageId: 25954 (Notify) -message QuestStateUpdateNotify { +message QuestRedDotStateChangeNotify { int32 QuestId = 1; int64 TreeIncId = 13; } // MessageId: 19865 (Notify) -message p1s { +message QuestStateUpdateNotify { int32 QuestId = 8; - int32 State = 2; + QuestState State = 2; } // MessageId: 23647 (Request)