TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Quest::QuestRewards Struct Reference

#include <QuestPackets.h>

Public Attributes

int32 ChoiceItemCount = 0
 
int32 ItemCount = 0
 
int32 Money = 0
 
int32 XP = 0
 
int32 Title = 0
 
int32 Talents = 0
 
int32 FactionFlags = 0
 
int32 SpellCompletionDisplayID = 0
 
int32 SpellCompletionID = 0
 
int32 SkillLineID = 0
 
int32 NumSkillUps = 0
 
QuestChoiceItem ChoiceItems [QUEST_REWARD_CHOICES_COUNT]
 
int32 ItemID [QUEST_REWARD_ITEM_COUNT] = {}
 
int32 ItemQty [QUEST_REWARD_ITEM_COUNT] = {}
 
int32 FactionID [QUEST_REWARD_REPUTATIONS_COUNT] = {}
 
int32 FactionValue [QUEST_REWARD_REPUTATIONS_COUNT] = {}
 
int32 FactionOverride [QUEST_REWARD_REPUTATIONS_COUNT] = {}
 
int32 CurrencyID [QUEST_REWARD_CURRENCY_COUNT] = {}
 
int32 CurrencyQty [QUEST_REWARD_CURRENCY_COUNT] = {}
 

Member Data Documentation

int32 WorldPackets::Quest::QuestRewards::ChoiceItemCount = 0
QuestChoiceItem WorldPackets::Quest::QuestRewards::ChoiceItems[QUEST_REWARD_CHOICES_COUNT]
int32 WorldPackets::Quest::QuestRewards::CurrencyID[QUEST_REWARD_CURRENCY_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::CurrencyQty[QUEST_REWARD_CURRENCY_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::FactionFlags = 0
int32 WorldPackets::Quest::QuestRewards::FactionID[QUEST_REWARD_REPUTATIONS_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::FactionOverride[QUEST_REWARD_REPUTATIONS_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::FactionValue[QUEST_REWARD_REPUTATIONS_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::ItemCount = 0
int32 WorldPackets::Quest::QuestRewards::ItemID[QUEST_REWARD_ITEM_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::ItemQty[QUEST_REWARD_ITEM_COUNT] = {}
int32 WorldPackets::Quest::QuestRewards::Money = 0
int32 WorldPackets::Quest::QuestRewards::NumSkillUps = 0
int32 WorldPackets::Quest::QuestRewards::SkillLineID = 0
int32 WorldPackets::Quest::QuestRewards::SpellCompletionDisplayID = 0
int32 WorldPackets::Quest::QuestRewards::SpellCompletionID = 0
int32 WorldPackets::Quest::QuestRewards::Talents = 0
int32 WorldPackets::Quest::QuestRewards::Title = 0
int32 WorldPackets::Quest::QuestRewards::XP = 0

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