mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Refine resurrection flow
This commit is contained in:
parent
ca867f5c83
commit
4a8a78c50d
7 changed files with 120 additions and 20 deletions
|
|
@ -242,7 +242,10 @@ enum class Opcode : uint16_t {
|
|||
// ---- Death/Respawn ----
|
||||
CMSG_REPOP_REQUEST = 0x015A,
|
||||
CMSG_SPIRIT_HEALER_ACTIVATE = 0x0176,
|
||||
SMSG_SPIRIT_HEALER_CONFIRM = 0x0222,
|
||||
SMSG_RESURRECT_REQUEST = 0x0222,
|
||||
CMSG_RESURRECT_RESPONSE = 0x0223,
|
||||
SMSG_RESURRECT_RESULT = 0x029D,
|
||||
SMSG_RESURRECT_CANCEL = 0x0390,
|
||||
|
||||
// ---- Teleport / Transfer ----
|
||||
MSG_MOVE_TELEPORT_ACK = 0x0C7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue