![]() |
TrinityCore
|
Static Public Member Functions | |
| static void | SetIdentifier (PreparedStatementBase *stmt, uint8 index, Unit const *owner) |
| static bool | ReadCooldown (Field const *fields, uint32 *spellId, CooldownEntry *cooldownEntry) |
| static bool | ReadCharge (Field const *fields, uint32 *categoryId, ChargeEntry *chargeEntry) |
| static void | WriteCooldown (PreparedStatementBase *stmt, uint8 &index, CooldownEntry const &cooldown) |
| static void | WriteCharge (PreparedStatementBase *stmt, uint8 &index, uint32 chargeCategory, ChargeEntry const &charge) |
Static Public Attributes | |
| static constexpr CharacterDatabaseStatements | CooldownsDeleteStatement = CHAR_DEL_CHAR_SPELL_COOLDOWNS |
| static constexpr CharacterDatabaseStatements | CooldownsInsertStatement = CHAR_INS_CHAR_SPELL_COOLDOWN |
| static constexpr CharacterDatabaseStatements | ChargesDeleteStatement = CHAR_DEL_CHAR_SPELL_CHARGES |
| static constexpr CharacterDatabaseStatements | ChargesInsertStatement = CHAR_INS_CHAR_SPELL_CHARGES |
Definition at line 39 of file SpellHistory.cpp.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |
Definition at line 43 of file SpellHistory.cpp.
|
staticconstexpr |
Definition at line 44 of file SpellHistory.cpp.
|
staticconstexpr |
Definition at line 41 of file SpellHistory.cpp.
|
staticconstexpr |
Definition at line 42 of file SpellHistory.cpp.