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
|
|
@ -1727,5 +1727,11 @@ public:
|
|||
static network::Packet build(uint64_t npcGuid);
|
||||
};
|
||||
|
||||
/** CMSG_RESURRECT_RESPONSE packet builder */
|
||||
class ResurrectResponsePacket {
|
||||
public:
|
||||
static network::Packet build(uint64_t casterGuid, bool accept);
|
||||
};
|
||||
|
||||
} // namespace game
|
||||
} // namespace wowee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue