TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Quest::QuestRewards Struct Reference

#include <QuestPackets.h>

Public Attributes

std::vector< QuestChoiceItemUnfilteredChoiceItems
 
std::vector< QuestChoiceItemRewardItems
 
uint32 RewardMoney = 0
 
uint32 RewardXPDifficulty = 0
 
uint32 RewardHonor = 0
 
float RewardKillHonor = 0.f
 
uint32 RewardDisplaySpell = 0
 
int32 RewardSpell = 0
 
uint32 RewardTitleId = 0
 
uint32 RewardTalents = 0
 
uint32 RewardArenaPoints = 0
 
uint32 RewardFactionFlags = 0
 
std::array< uint32, QUEST_REPUTATIONS_COUNTRewardFactionID = { }
 
std::array< int32, QUEST_REPUTATIONS_COUNTRewardFactionValue = { }
 
std::array< int32, QUEST_REPUTATIONS_COUNTRewardFactionValueOverride = { }
 

Detailed Description

Definition at line 123 of file QuestPackets.h.

Member Data Documentation

◆ RewardArenaPoints

uint32 WorldPackets::Quest::QuestRewards::RewardArenaPoints = 0

Definition at line 135 of file QuestPackets.h.

◆ RewardDisplaySpell

uint32 WorldPackets::Quest::QuestRewards::RewardDisplaySpell = 0

Definition at line 131 of file QuestPackets.h.

◆ RewardFactionFlags

uint32 WorldPackets::Quest::QuestRewards::RewardFactionFlags = 0

Definition at line 136 of file QuestPackets.h.

◆ RewardFactionID

std::array<uint32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionID = { }

Definition at line 137 of file QuestPackets.h.

◆ RewardFactionValue

std::array<int32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionValue = { }

Definition at line 138 of file QuestPackets.h.

◆ RewardFactionValueOverride

std::array<int32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionValueOverride = { }

Definition at line 139 of file QuestPackets.h.

◆ RewardHonor

uint32 WorldPackets::Quest::QuestRewards::RewardHonor = 0

Definition at line 129 of file QuestPackets.h.

◆ RewardItems

std::vector<QuestChoiceItem> WorldPackets::Quest::QuestRewards::RewardItems

Definition at line 126 of file QuestPackets.h.

◆ RewardKillHonor

float WorldPackets::Quest::QuestRewards::RewardKillHonor = 0.f

Definition at line 130 of file QuestPackets.h.

◆ RewardMoney

uint32 WorldPackets::Quest::QuestRewards::RewardMoney = 0

Definition at line 127 of file QuestPackets.h.

◆ RewardSpell

int32 WorldPackets::Quest::QuestRewards::RewardSpell = 0

Definition at line 132 of file QuestPackets.h.

◆ RewardTalents

uint32 WorldPackets::Quest::QuestRewards::RewardTalents = 0

Definition at line 134 of file QuestPackets.h.

◆ RewardTitleId

uint32 WorldPackets::Quest::QuestRewards::RewardTitleId = 0

Definition at line 133 of file QuestPackets.h.

◆ RewardXPDifficulty

uint32 WorldPackets::Quest::QuestRewards::RewardXPDifficulty = 0

Definition at line 128 of file QuestPackets.h.

◆ UnfilteredChoiceItems

std::vector<QuestChoiceItem> WorldPackets::Quest::QuestRewards::UnfilteredChoiceItems

Definition at line 125 of file QuestPackets.h.


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