TrinityCore
|
#include <PetPackets.h>
Public Attributes | |
int32 | SpellID = 0 |
int32 | Duration = 0 |
int32 | CategoryDuration = 0 |
float | ModRate = 1.0f |
uint16 | Category = 0 |
Definition at line 93 of file PetPackets.h.
uint16 WorldPackets::Pet::PetSpellCooldown::Category = 0 |
Definition at line 99 of file PetPackets.h.
int32 WorldPackets::Pet::PetSpellCooldown::CategoryDuration = 0 |
Definition at line 97 of file PetPackets.h.
int32 WorldPackets::Pet::PetSpellCooldown::Duration = 0 |
Definition at line 96 of file PetPackets.h.
float WorldPackets::Pet::PetSpellCooldown::ModRate = 1.0f |
Definition at line 98 of file PetPackets.h.
int32 WorldPackets::Pet::PetSpellCooldown::SpellID = 0 |
Definition at line 95 of file PetPackets.h.