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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &SpellScalingMeta::Instance, HOTFIX_SEL_SPELL_SCALING }
 

Detailed Description

Definition at line 5822 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellScalingLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "MinScalingLevel" },
{ .IsSigned = false, .Type = FT_INT, .Name = "MaxScalingLevel" },
}
@ FT_INT
Definition Define.h:163

Definition at line 5824 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellScalingLoadInfo::Instance { Fields, 4, &SpellScalingMeta::Instance, HOTFIX_SEL_SPELL_SCALING }
staticconstexpr

Definition at line 5832 of file DB2LoadInfo.h.


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