![]() |
TrinityCore
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | ID |
| std::array< char const *, 16 > | Name |
| std::array< uint32, MAX_ITEM_ENCHANTMENT_EFFECTS > | Enchantment |
| std::array< uint32, MAX_ITEM_ENCHANTMENT_EFFECTS > | AllocationPct |
Definition at line 944 of file DBCStructure.h.
| std::array<uint32, MAX_ITEM_ENCHANTMENT_EFFECTS> ItemRandomSuffixEntry::AllocationPct |
Definition at line 952 of file DBCStructure.h.
| std::array<uint32, MAX_ITEM_ENCHANTMENT_EFFECTS> ItemRandomSuffixEntry::Enchantment |
Definition at line 950 of file DBCStructure.h.
| uint32 ItemRandomSuffixEntry::ID |
Definition at line 946 of file DBCStructure.h.
| std::array<char const*, 16> ItemRandomSuffixEntry::Name |
Definition at line 947 of file DBCStructure.h.