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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [11]
 
static constexpr DB2LoadInfo Instance { Fields, 11, &QuestXPMeta::Instance, HOTFIX_SEL_QUEST_XP }
 

Detailed Description

Definition at line 4639 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta QuestXpLoadInfo::Fields[11]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty1" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty2" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty3" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty4" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty5" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty6" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty7" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty8" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty9" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Difficulty10" },
}
@ FT_SHORT
Definition: Define.h:159
@ FT_INT
Definition: Define.h:157

Definition at line 4641 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo QuestXpLoadInfo::Instance { Fields, 11, &QuestXPMeta::Instance, HOTFIX_SEL_QUEST_XP }
staticconstexpr

Definition at line 4656 of file DB2LoadInfo.h.


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