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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &SpellCategoryMeta::Instance, HOTFIX_SEL_SPELL_CATEGORY }
 

Detailed Description

Definition at line 5306 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellCategoryLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UsesPerWeek" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MaxCharges" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChargeRecoveryTime" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TypeMask" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 5308 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellCategoryLoadInfo::Instance { Fields, 7, &SpellCategoryMeta::Instance, HOTFIX_SEL_SPELL_CATEGORY }
staticconstexpr

Definition at line 5319 of file DB2LoadInfo.h.


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