TrinityCore
Loading...
Searching...
No Matches
SpellAuraOptionsLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [10]
 
static constexpr DB2LoadInfo Instance { Fields, 10, &SpellAuraOptionsMeta::Instance, HOTFIX_SEL_SPELL_AURA_OPTIONS }
 

Detailed Description

Definition at line 5214 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellAuraOptionsLoadInfo::Fields[10]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "DifficultyID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "CumulativeAura" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ProcCategoryRecovery" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "ProcChance" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ProcCharges" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "SpellProcsPerMinuteID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ProcTypeMask1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ProcTypeMask2" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpellID" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 5216 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellAuraOptionsLoadInfo::Instance { Fields, 10, &SpellAuraOptionsMeta::Instance, HOTFIX_SEL_SPELL_AURA_OPTIONS }
staticconstexpr

Definition at line 5230 of file DB2LoadInfo.h.


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