![]() |
TrinityCore
|
#include <QuestPackets.h>
Public Attributes | |
| std::vector< QuestChoiceItem > | UnfilteredChoiceItems |
| std::vector< QuestChoiceItem > | RewardItems |
| 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_COUNT > | RewardFactionID = { } |
| std::array< int32, QUEST_REPUTATIONS_COUNT > | RewardFactionValue = { } |
| std::array< int32, QUEST_REPUTATIONS_COUNT > | RewardFactionValueOverride = { } |
Definition at line 123 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardArenaPoints = 0 |
Definition at line 135 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardDisplaySpell = 0 |
Definition at line 131 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardFactionFlags = 0 |
Definition at line 136 of file QuestPackets.h.
| std::array<uint32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionID = { } |
Definition at line 137 of file QuestPackets.h.
| std::array<int32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionValue = { } |
Definition at line 138 of file QuestPackets.h.
| std::array<int32, QUEST_REPUTATIONS_COUNT> WorldPackets::Quest::QuestRewards::RewardFactionValueOverride = { } |
Definition at line 139 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardHonor = 0 |
Definition at line 129 of file QuestPackets.h.
| std::vector<QuestChoiceItem> WorldPackets::Quest::QuestRewards::RewardItems |
Definition at line 126 of file QuestPackets.h.
| float WorldPackets::Quest::QuestRewards::RewardKillHonor = 0.f |
Definition at line 130 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardMoney = 0 |
Definition at line 127 of file QuestPackets.h.
| int32 WorldPackets::Quest::QuestRewards::RewardSpell = 0 |
Definition at line 132 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardTalents = 0 |
Definition at line 134 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardTitleId = 0 |
Definition at line 133 of file QuestPackets.h.
| uint32 WorldPackets::Quest::QuestRewards::RewardXPDifficulty = 0 |
Definition at line 128 of file QuestPackets.h.
| std::vector<QuestChoiceItem> WorldPackets::Quest::QuestRewards::UnfilteredChoiceItems |
Definition at line 125 of file QuestPackets.h.