TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ItemSpecLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &ItemSpecMeta::Instance, HOTFIX_SEL_ITEM_SPEC }
 

Detailed Description

Definition at line 3355 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ItemSpecLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "MinLevel" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "MaxLevel" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "ItemType" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "PrimaryStat" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "SecondaryStat" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "SpecializationID" },
}
@ FT_SHORT
Definition: Define.h:159
@ FT_INT
Definition: Define.h:157
@ FT_BYTE
Definition: Define.h:158

Definition at line 3357 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ItemSpecLoadInfo::Instance { Fields, 7, &ItemSpecMeta::Instance, HOTFIX_SEL_ITEM_SPEC }
staticconstexpr

Definition at line 3368 of file DB2LoadInfo.h.


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