![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| int32 | SpellID |
| std::array< int32, MAX_SPELL_REAGENTS > | Reagent |
| std::array< int16, MAX_SPELL_REAGENTS > | ReagentCount |
| std::array< int16, MAX_SPELL_REAGENTS > | ReagentRecraftCount |
| std::array< uint8, MAX_SPELL_REAGENTS > | ReagentSource |
Definition at line 4150 of file DB2Structure.h.
| uint32 SpellReagentsEntry::ID |
Definition at line 4152 of file DB2Structure.h.
| std::array<int32, MAX_SPELL_REAGENTS> SpellReagentsEntry::Reagent |
Definition at line 4154 of file DB2Structure.h.
| std::array<int16, MAX_SPELL_REAGENTS> SpellReagentsEntry::ReagentCount |
Definition at line 4155 of file DB2Structure.h.
| std::array<int16, MAX_SPELL_REAGENTS> SpellReagentsEntry::ReagentRecraftCount |
Definition at line 4156 of file DB2Structure.h.
| std::array<uint8, MAX_SPELL_REAGENTS> SpellReagentsEntry::ReagentSource |
Definition at line 4157 of file DB2Structure.h.
| int32 SpellReagentsEntry::SpellID |
Definition at line 4153 of file DB2Structure.h.