Fix: Add quest dialog cancelation packet handling

This commit is contained in:
Simone Romano
2025-12-25 21:59:50 +01:00
parent 1592ec93f6
commit 4b6cdc8003
4 changed files with 31 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ enum
HEADER_CG_SCRIPT_ANSWER = 29,
HEADER_CG_QUEST_INPUT_STRING = 30,
HEADER_CG_QUEST_CONFIRM = 31,
//HEADER_BLANK32 = 32,
HEADER_CG_QUEST_CANCEL = 32,
//HEADER_BLANK33 = 33,
//HEADER_BLANK34 = 34,
//HEADER_BLANK35 = 35,
@@ -1016,6 +1016,11 @@ typedef struct command_quest_confirm
uint32_t requestPID;
} TPacketCGQuestConfirm;
typedef struct command_quest_cancel
{
uint8_t header;
} TPacketCGQuestCancel;
typedef struct command_script_select_item
{
uint8_t header;