mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Fix stale opcode mappings and handler wiring across expansions
This commit is contained in:
parent
d50432747b
commit
c52e4e5489
9 changed files with 190 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue