Fix: Add quest dialog cancelation packet handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user