![]() |
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 614 of file SpellPackets.h.
| uint32 WorldPackets::Spells::SpellHistoryEntry::Category = 0 |
Definition at line 618 of file SpellPackets.h.
| int32 WorldPackets::Spells::SpellHistoryEntry::CategoryRecoveryTime = 0 |
Definition at line 620 of file SpellPackets.h.
Definition at line 624 of file SpellPackets.h.
| uint32 WorldPackets::Spells::SpellHistoryEntry::ItemID = 0 |
Definition at line 617 of file SpellPackets.h.
| float WorldPackets::Spells::SpellHistoryEntry::ModRate = 1.0f |
Definition at line 621 of file SpellPackets.h.
| bool WorldPackets::Spells::SpellHistoryEntry::OnHold = false |
Definition at line 622 of file SpellPackets.h.
| int32 WorldPackets::Spells::SpellHistoryEntry::RecoveryTime = 0 |
Definition at line 619 of file SpellPackets.h.
Definition at line 623 of file SpellPackets.h.
| uint32 WorldPackets::Spells::SpellHistoryEntry::SpellID = 0 |
Definition at line 616 of file SpellPackets.h.