![]() |
TrinityCore
|
#include <DBCStructure.h>
Public Attributes | |
| char const * | Name [16] |
| uint32 | ItemID [MAX_ITEM_SET_ITEMS] |
| uint32 | SetSpellID [MAX_ITEM_SET_SPELLS] |
| uint32 | SetThreshold [MAX_ITEM_SET_SPELLS] |
| uint32 | RequiredSkill |
| uint32 | RequiredSkillRank |
Definition at line 959 of file DBCStructure.h.
| uint32 ItemSetEntry::ItemID[MAX_ITEM_SET_ITEMS] |
Definition at line 964 of file DBCStructure.h.
| char const* ItemSetEntry::Name[16] |
Definition at line 962 of file DBCStructure.h.
| uint32 ItemSetEntry::RequiredSkill |
Definition at line 968 of file DBCStructure.h.
| uint32 ItemSetEntry::RequiredSkillRank |
Definition at line 969 of file DBCStructure.h.
| uint32 ItemSetEntry::SetSpellID[MAX_ITEM_SET_SPELLS] |
Definition at line 966 of file DBCStructure.h.
| uint32 ItemSetEntry::SetThreshold[MAX_ITEM_SET_SPELLS] |
Definition at line 967 of file DBCStructure.h.