Fix stale opcode mappings and handler wiring across expansions

This commit is contained in:
Kelsi 2026-02-20 01:13:01 -08:00
parent 70e579157d
commit d8ab69f9c3
9 changed files with 190 additions and 23 deletions

View file

@ -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,