AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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 |
std::array<uint32, MAX_ITEM_ENCHANTMENT_EFFECTS> ItemRandomSuffixEntry::AllocationPct |
Referenced by Player::ApplyEnchantment(), and AuraEffect::CalculateAmount().
std::array<uint32, MAX_ITEM_ENCHANTMENT_EFFECTS> ItemRandomSuffixEntry::Enchantment |
Referenced by Player::ApplyEnchantment(), AuraEffect::CalculateAmount(), and Item::SetItemRandomProperties().
uint32 ItemRandomSuffixEntry::ID |
Referenced by Item::GenerateItemRandomPropertyId(), and Item::SetItemRandomProperties().
std::array<char const*, 16> ItemRandomSuffixEntry::Name |