![]() |
TrinityCore
|
#include <SpellPackets.h>
Public Attributes | |
uint32 | SpellID = 0 |
uint32 | ItemID = 0 |
uint32 | Category = 0 |
int32 | RecoveryTime = 0 |
int32 | CategoryRecoveryTime = 0 |
float | ModRate = 1.0f |
bool | OnHold = false |
Optional< int32 > | RecoveryTimeStartOffset |
Optional< int32 > | CategoryRecoveryTimeStartOffset |
Definition at line 603 of file SpellPackets.h.
uint32 WorldPackets::Spells::SpellHistoryEntry::Category = 0 |
Definition at line 607 of file SpellPackets.h.
int32 WorldPackets::Spells::SpellHistoryEntry::CategoryRecoveryTime = 0 |
Definition at line 609 of file SpellPackets.h.
Definition at line 613 of file SpellPackets.h.
uint32 WorldPackets::Spells::SpellHistoryEntry::ItemID = 0 |
Definition at line 606 of file SpellPackets.h.
float WorldPackets::Spells::SpellHistoryEntry::ModRate = 1.0f |
Definition at line 610 of file SpellPackets.h.
bool WorldPackets::Spells::SpellHistoryEntry::OnHold = false |
Definition at line 611 of file SpellPackets.h.
int32 WorldPackets::Spells::SpellHistoryEntry::RecoveryTime = 0 |
Definition at line 608 of file SpellPackets.h.
Definition at line 612 of file SpellPackets.h.
uint32 WorldPackets::Spells::SpellHistoryEntry::SpellID = 0 |
Definition at line 605 of file SpellPackets.h.