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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [23]
 
static constexpr DB2LoadInfo Instance { Fields, 23, &AdventureJournalMeta::Instance, HOTFIX_SEL_ADVENTURE_JOURNAL }
 

Detailed Description

Definition at line 69 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta AdventureJournalLoadInfo::Fields[23]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Description" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "ButtonText" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "RewardDescription" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "ContinueDescription" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "Type" },
{ .IsSigned = false, .Type = FT_INT, .Name = "PlayerConditionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "ButtonActionType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TextureFileDataID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "LfgDungeonID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "QuestID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "BattleMasterListID" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "PriorityMin" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "PriorityMax" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "CurrencyType" },
{ .IsSigned = false, .Type = FT_INT, .Name = "CurrencyQuantity" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "UiMapID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "BonusPlayerConditionID1" },
{ .IsSigned = false, .Type = FT_INT, .Name = "BonusPlayerConditionID2" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "BonusValue1" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "BonusValue2" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 71 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo AdventureJournalLoadInfo::Instance { Fields, 23, &AdventureJournalMeta::Instance, HOTFIX_SEL_ADVENTURE_JOURNAL }
staticconstexpr

Definition at line 98 of file DB2LoadInfo.h.


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