![]() |
TrinityCore
|
#include <NPCPackets.h>
Public Attributes | |
| int32 | QuestID = 0 |
| int32 | ContentTuningID = 0 |
| int32 | QuestType = 0 |
| int32 | Unused1102 = 0 |
| bool | Repeatable = false |
| bool | ResetByScheduler = false |
| bool | Important = false |
| bool | Meta = false |
| std::string_view | QuestTitle |
| std::array< int32, 4 > | QuestFlags = { } |
Definition at line 96 of file NPCPackets.h.
| int32 WorldPackets::NPC::ClientGossipText::ContentTuningID = 0 |
Definition at line 99 of file NPCPackets.h.
| bool WorldPackets::NPC::ClientGossipText::Important = false |
Definition at line 104 of file NPCPackets.h.
| bool WorldPackets::NPC::ClientGossipText::Meta = false |
Definition at line 105 of file NPCPackets.h.
| std::array<int32, 4> WorldPackets::NPC::ClientGossipText::QuestFlags = { } |
Definition at line 107 of file NPCPackets.h.
| int32 WorldPackets::NPC::ClientGossipText::QuestID = 0 |
Definition at line 98 of file NPCPackets.h.
| std::string_view WorldPackets::NPC::ClientGossipText::QuestTitle |
Definition at line 106 of file NPCPackets.h.
| int32 WorldPackets::NPC::ClientGossipText::QuestType = 0 |
Definition at line 100 of file NPCPackets.h.
| bool WorldPackets::NPC::ClientGossipText::Repeatable = false |
Definition at line 102 of file NPCPackets.h.
| bool WorldPackets::NPC::ClientGossipText::ResetByScheduler = false |
Definition at line 103 of file NPCPackets.h.
| int32 WorldPackets::NPC::ClientGossipText::Unused1102 = 0 |
Definition at line 101 of file NPCPackets.h.