![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| int32 | SpellID |
| std::array< uint16, MAX_SPELL_TOTEMS > | RequiredTotemCategoryID |
| std::array< int32, MAX_SPELL_TOTEMS > | Totem |
Definition at line 4221 of file DB2Structure.h.
| uint32 SpellTotemsEntry::ID |
Definition at line 4223 of file DB2Structure.h.
| std::array<uint16, MAX_SPELL_TOTEMS> SpellTotemsEntry::RequiredTotemCategoryID |
Definition at line 4225 of file DB2Structure.h.
| int32 SpellTotemsEntry::SpellID |
Definition at line 4224 of file DB2Structure.h.
| std::array<int32, MAX_SPELL_TOTEMS> SpellTotemsEntry::Totem |
Definition at line 4226 of file DB2Structure.h.