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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [6]
 
static constexpr DB2LoadInfo Instance { Fields, 6, &SpellReagentsCurrencyMeta::Instance, HOTFIX_SEL_SPELL_REAGENTS_CURRENCY }
 

Detailed Description

Definition at line 5807 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellReagentsCurrencyLoadInfo::Fields[6]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpellID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CurrencyTypesID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CurrencyCount" },
{ .IsSigned = true, .Type = FT_INT, .Name = "OverrideRecraftCurrencyCount" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "OrderSource" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 5809 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellReagentsCurrencyLoadInfo::Instance { Fields, 6, &SpellReagentsCurrencyMeta::Instance, HOTFIX_SEL_SPELL_REAGENTS_CURRENCY }
staticconstexpr

Definition at line 5819 of file DB2LoadInfo.h.


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