mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix stale opcode mappings and handler wiring across expansions
This commit is contained in:
parent
70e579157d
commit
d8ab69f9c3
9 changed files with 190 additions and 23 deletions
|
|
@ -139,8 +139,10 @@ enum class LogicalOpcode : uint16_t {
|
|||
MSG_RAID_READY_CHECK,
|
||||
MSG_RAID_READY_CHECK_CONFIRM,
|
||||
|
||||
// ---- Items ----
|
||||
SMSG_ITEM_PUSH_RESULT,
|
||||
|
||||
// ---- Duel ----
|
||||
CMSG_DUEL_PROPOSED,
|
||||
CMSG_DUEL_ACCEPTED,
|
||||
CMSG_DUEL_CANCELLED,
|
||||
SMSG_DUEL_REQUESTED,
|
||||
|
|
@ -330,7 +332,7 @@ enum class LogicalOpcode : uint16_t {
|
|||
// ---- Taxi / Flight Paths ----
|
||||
SMSG_SHOWTAXINODES,
|
||||
SMSG_ACTIVATETAXIREPLY,
|
||||
SMSG_ACTIVATETAXIREPLY_ALT,
|
||||
SMSG_STANDSTATE_UPDATE,
|
||||
SMSG_NEW_TAXI_PATH,
|
||||
CMSG_ACTIVATETAXIEXPRESS,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue