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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &SpellDurationMeta::Instance, HOTFIX_SEL_SPELL_DURATION }
 

Detailed Description

Definition at line 5355 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellDurationLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Duration" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MaxDuration" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DurationPerResource" },
}
@ FT_INT
Definition Define.h:163

Definition at line 5357 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellDurationLoadInfo::Instance { Fields, 4, &SpellDurationMeta::Instance, HOTFIX_SEL_SPELL_DURATION }
staticconstexpr

Definition at line 5365 of file DB2LoadInfo.h.


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