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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [24]
 
static constexpr DB2LoadInfo Instance { Fields, 24, &CurrencyTypesMeta::Instance, HOTFIX_SEL_CURRENCY_TYPES }
 

Detailed Description

Definition at line 1668 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CurrencyTypesLoadInfo::Fields[24]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Description" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CategoryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "InventoryIconFileID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpellWeight" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "SpellCategory" },
{ .IsSigned = false, .Type = FT_INT, .Name = "MaxQty" },
{ .IsSigned = false, .Type = FT_INT, .Name = "MaxEarnablePerWeek" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Quality" },
{ .IsSigned = true, .Type = FT_INT, .Name = "FactionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ItemGroupSoundsID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "XpQuestDifficulty" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AwardConditionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MaxQtyWorldStateID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "RechargingAmountPerCycle" },
{ .IsSigned = false, .Type = FT_INT, .Name = "RechargingCycleDurationMS" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "AccountTransferPercentage" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "OrderIndex" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RecraftReagentCountPercentage" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "OrderSource" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MCRCurrencyID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags2" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 1670 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CurrencyTypesLoadInfo::Instance { Fields, 24, &CurrencyTypesMeta::Instance, HOTFIX_SEL_CURRENCY_TYPES }
staticconstexpr

Definition at line 1698 of file DB2LoadInfo.h.


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