mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
fix(death): restore corpse reclaim and enforce ghost grayscale
This commit is contained in:
parent
7b5ead8bd9
commit
5b195781ad
4 changed files with 29 additions and 16 deletions
|
|
@ -2441,6 +2441,12 @@ public:
|
|||
static network::Packet build();
|
||||
};
|
||||
|
||||
/** CMSG_RECLAIM_CORPSE packet builder */
|
||||
class ReclaimCorpsePacket {
|
||||
public:
|
||||
static network::Packet build(uint64_t guid);
|
||||
};
|
||||
|
||||
/** CMSG_SPIRIT_HEALER_ACTIVATE packet builder */
|
||||
class SpiritHealerActivatePacket {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue