![]() |
TrinityCore
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | ID |
| uint32 | TabID |
| uint32 | TierID |
| uint32 | ColumnIndex |
| std::array< uint32, MAX_TALENT_RANK > | SpellRank |
| uint32 | PrereqTalent |
| uint32 | PrereqRank |
Definition at line 1664 of file DBCStructure.h.
| uint32 TalentEntry::ColumnIndex |
Definition at line 1669 of file DBCStructure.h.
| uint32 TalentEntry::ID |
Definition at line 1666 of file DBCStructure.h.
| uint32 TalentEntry::PrereqRank |
Definition at line 1674 of file DBCStructure.h.
| uint32 TalentEntry::PrereqTalent |
Definition at line 1672 of file DBCStructure.h.
| std::array<uint32, MAX_TALENT_RANK> TalentEntry::SpellRank |
Definition at line 1670 of file DBCStructure.h.
| uint32 TalentEntry::TabID |
Definition at line 1667 of file DBCStructure.h.
| uint32 TalentEntry::TierID |
Definition at line 1668 of file DBCStructure.h.