mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-02 15:53:51 +00:00
Add pet tracking via SMSG_PET_SPELLS and dismiss pet button
This commit is contained in:
parent
a1f73fdd39
commit
74b78cd10b
5 changed files with 45 additions and 2 deletions
|
|
@ -1698,6 +1698,12 @@ public:
|
|||
static network::Packet build(uint32_t spellId);
|
||||
};
|
||||
|
||||
/** CMSG_PET_ACTION packet builder */
|
||||
class PetActionPacket {
|
||||
public:
|
||||
static network::Packet build(uint64_t petGuid, uint32_t action);
|
||||
};
|
||||
|
||||
/** SMSG_CAST_FAILED data */
|
||||
struct CastFailedData {
|
||||
uint8_t castCount = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue