TrinityCore
SpellCooldownsLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &SpellCooldownsMeta::Instance, HOTFIX_SEL_SPELL_COOLDOWNS }
 

Detailed Description

Definition at line 4887 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellCooldownsLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ false, FT_INT, "ID" },
{ false, FT_BYTE, "DifficultyID" },
{ true, FT_INT, "CategoryRecoveryTime" },
{ true, FT_INT, "RecoveryTime" },
{ true, FT_INT, "StartRecoveryTime" },
{ true, FT_INT, "AuraSpellID" },
{ false, FT_INT, "SpellID" },
}
@ FT_INT
Definition: Define.h:151
@ FT_BYTE
Definition: Define.h:152

Definition at line 4889 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellCooldownsLoadInfo::Instance { Fields, 7, &SpellCooldownsMeta::Instance, HOTFIX_SEL_SPELL_COOLDOWNS }
staticconstexpr

Definition at line 4900 of file DB2LoadInfo.h.


The documentation for this struct was generated from the following file: