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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &AzeriteLevelInfoMeta::Instance, HOTFIX_SEL_AZERITE_LEVEL_INFO }
 

Detailed Description

Definition at line 527 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta AzeriteLevelInfoLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_LONG, .Name = "BaseExperienceToNextLevel" },
{ .IsSigned = false, .Type = FT_LONG, .Name = "MinimumExperienceToNextLevel" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ItemLevel" },
}
@ FT_INT
Definition Define.h:163
@ FT_LONG
Definition Define.h:166

Definition at line 529 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo AzeriteLevelInfoLoadInfo::Instance { Fields, 4, &AzeriteLevelInfoMeta::Instance, HOTFIX_SEL_AZERITE_LEVEL_INFO }
staticconstexpr

Definition at line 537 of file DB2LoadInfo.h.


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