![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Member Functions | |
| EnumFlag< SpellItemEnchantmentFlags > | GetFlags () const |
Public Attributes | |
| uint32 | ID |
| LocalizedString | Name |
| LocalizedString | HordeName |
| int32 | Duration |
| std::array< uint32, MAX_ITEM_ENCHANTMENT_EFFECTS > | EffectArg |
| int32 | Flags |
| std::array< float, MAX_ITEM_ENCHANTMENT_EFFECTS > | EffectScalingPoints |
| uint32 | IconFileDataID |
| int32 | MinItemLevel |
| int32 | MaxItemLevel |
| uint32 | TransmogUseConditionID |
| uint32 | TransmogCost |
| std::array< int16, MAX_ITEM_ENCHANTMENT_EFFECTS > | EffectPointsMin |
| uint16 | ItemVisual |
| uint16 | RequiredSkillID |
| uint16 | RequiredSkillRank |
| uint16 | ItemLevel |
| uint8 | Charges |
| std::array< uint8, MAX_ITEM_ENCHANTMENT_EFFECTS > | Effect |
| int8 | ScalingClass |
| int8 | ScalingClassRestricted |
| uint8 | ConditionID |
| uint8 | MinLevel |
| uint8 | MaxLevel |
Definition at line 3982 of file DB2Structure.h.
|
inline |
| uint8 SpellItemEnchantmentEntry::Charges |
Definition at line 4001 of file DB2Structure.h.
| uint8 SpellItemEnchantmentEntry::ConditionID |
Definition at line 4005 of file DB2Structure.h.
| int32 SpellItemEnchantmentEntry::Duration |
Definition at line 3987 of file DB2Structure.h.
| std::array<uint8, MAX_ITEM_ENCHANTMENT_EFFECTS> SpellItemEnchantmentEntry::Effect |
Definition at line 4002 of file DB2Structure.h.
| std::array<uint32, MAX_ITEM_ENCHANTMENT_EFFECTS> SpellItemEnchantmentEntry::EffectArg |
Definition at line 3988 of file DB2Structure.h.
| std::array<int16, MAX_ITEM_ENCHANTMENT_EFFECTS> SpellItemEnchantmentEntry::EffectPointsMin |
Definition at line 3996 of file DB2Structure.h.
| std::array<float, MAX_ITEM_ENCHANTMENT_EFFECTS> SpellItemEnchantmentEntry::EffectScalingPoints |
Definition at line 3990 of file DB2Structure.h.
| int32 SpellItemEnchantmentEntry::Flags |
Definition at line 3989 of file DB2Structure.h.
| LocalizedString SpellItemEnchantmentEntry::HordeName |
Definition at line 3986 of file DB2Structure.h.
| uint32 SpellItemEnchantmentEntry::IconFileDataID |
Definition at line 3991 of file DB2Structure.h.
| uint32 SpellItemEnchantmentEntry::ID |
Definition at line 3984 of file DB2Structure.h.
| uint16 SpellItemEnchantmentEntry::ItemLevel |
Definition at line 4000 of file DB2Structure.h.
| uint16 SpellItemEnchantmentEntry::ItemVisual |
Definition at line 3997 of file DB2Structure.h.
| int32 SpellItemEnchantmentEntry::MaxItemLevel |
Definition at line 3993 of file DB2Structure.h.
| uint8 SpellItemEnchantmentEntry::MaxLevel |
Definition at line 4007 of file DB2Structure.h.
| int32 SpellItemEnchantmentEntry::MinItemLevel |
Definition at line 3992 of file DB2Structure.h.
| uint8 SpellItemEnchantmentEntry::MinLevel |
Definition at line 4006 of file DB2Structure.h.
| LocalizedString SpellItemEnchantmentEntry::Name |
Definition at line 3985 of file DB2Structure.h.
| uint16 SpellItemEnchantmentEntry::RequiredSkillID |
Definition at line 3998 of file DB2Structure.h.
| uint16 SpellItemEnchantmentEntry::RequiredSkillRank |
Definition at line 3999 of file DB2Structure.h.
| int8 SpellItemEnchantmentEntry::ScalingClass |
Definition at line 4003 of file DB2Structure.h.
| int8 SpellItemEnchantmentEntry::ScalingClassRestricted |
Definition at line 4004 of file DB2Structure.h.
| uint32 SpellItemEnchantmentEntry::TransmogCost |
Definition at line 3995 of file DB2Structure.h.
| uint32 SpellItemEnchantmentEntry::TransmogUseConditionID |
Definition at line 3994 of file DB2Structure.h.