Add pet tracking via SMSG_PET_SPELLS and dismiss pet button

This commit is contained in:
Kelsi 2026-02-26 10:41:29 -08:00
parent a1f73fdd39
commit 74b78cd10b
5 changed files with 45 additions and 2 deletions

View file

@ -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;