mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Handle SMSG_QUESTGIVER_QUEST_LIST (0x185) for questgiver flows
This commit is contained in:
parent
e778e21f6f
commit
506e841ce0
4 changed files with 95 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ enum class LogicalOpcode : uint16_t {
|
|||
SMSG_QUESTGIVER_STATUS,
|
||||
SMSG_QUESTGIVER_STATUS_MULTIPLE,
|
||||
CMSG_QUESTGIVER_HELLO,
|
||||
SMSG_QUESTGIVER_QUEST_LIST,
|
||||
CMSG_QUESTGIVER_QUERY_QUEST,
|
||||
SMSG_QUESTGIVER_QUEST_DETAILS,
|
||||
CMSG_QUESTGIVER_ACCEPT_QUEST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue