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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &SpellLevelsMeta::Instance, HOTFIX_SEL_SPELL_LEVELS }
 

Detailed Description

Definition at line 5601 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellLevelsLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "DifficultyID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "MaxLevel" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "MaxPassiveAuraLevel" },
{ .IsSigned = true, .Type = FT_INT, .Name = "BaseLevel" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellLevel" },
{ .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 5603 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellLevelsLoadInfo::Instance { Fields, 7, &SpellLevelsMeta::Instance, HOTFIX_SEL_SPELL_LEVELS }
staticconstexpr

Definition at line 5614 of file DB2LoadInfo.h.


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