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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [11]
 
static constexpr DB2LoadInfo Instance { Fields, 11, &SpellCategoriesMeta::Instance, HOTFIX_SEL_SPELL_CATEGORIES }
 

Detailed Description

Definition at line 5286 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellCategoriesLoadInfo::Fields[11]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "DifficultyID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "Category" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "DefenseType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DiminishType" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "DispelType" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Mechanic" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PreventionType" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "StartRecoveryCategory" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "ChargeCategory" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpellID" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 5288 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellCategoriesLoadInfo::Instance { Fields, 11, &SpellCategoriesMeta::Instance, HOTFIX_SEL_SPELL_CATEGORIES }
staticconstexpr

Definition at line 5303 of file DB2LoadInfo.h.


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