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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [9]
 
static constexpr DB2LoadInfo Instance { Fields, 9, &TraitCurrencySourceMeta::Instance, HOTFIX_SEL_TRAIT_CURRENCY_SOURCE }
 

Detailed Description

Definition at line 6292 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TraitCurrencySourceLoadInfo::Fields[9]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "Requirement" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "TraitCurrencyID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Amount" },
{ .IsSigned = true, .Type = FT_INT, .Name = "QuestID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AchievementID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerLevel" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TraitNodeEntryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "OrderIndex" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 6294 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo TraitCurrencySourceLoadInfo::Instance { Fields, 9, &TraitCurrencySourceMeta::Instance, HOTFIX_SEL_TRAIT_CURRENCY_SOURCE }
staticconstexpr

Definition at line 6307 of file DB2LoadInfo.h.


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