Fix stale opcode mappings and handler wiring across expansions

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

View file

@ -1246,7 +1246,7 @@ public:
// Combat and Trade
// ============================================================
/** CMSG_DUEL_PROPOSED packet builder */
/** Duel request packet builder (implemented via CMSG_CAST_SPELL, spell 7266) */
class DuelProposedPacket {
public:
static network::Packet build(uint64_t targetGuid);