mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Reduce unhandled opcode spam and add missing Turtle opcode names
This commit is contained in:
parent
e9732dd9a6
commit
4684db10af
3 changed files with 21 additions and 1 deletions
|
|
@ -323,6 +323,12 @@ enum class LogicalOpcode : uint16_t {
|
|||
SMSG_REMOVED_FROM_PVP_QUEUE,
|
||||
SMSG_TRAINER_BUY_SUCCEEDED,
|
||||
SMSG_BINDPOINTUPDATE,
|
||||
SMSG_SET_PROFICIENCY,
|
||||
SMSG_ACTION_BUTTONS,
|
||||
SMSG_LEVELUP_INFO,
|
||||
CMSG_TAXINODE_STATUS_QUERY,
|
||||
SMSG_TAXINODE_STATUS,
|
||||
CMSG_UPDATE_ACCOUNT_DATA,
|
||||
CMSG_BATTLEFIELD_LIST,
|
||||
SMSG_BATTLEFIELD_LIST,
|
||||
CMSG_BATTLEFIELD_JOIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue