![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| int32 | Flags |
| std::array< int32, MAX_LOCK_CASE > | Index |
| std::array< uint16, MAX_LOCK_CASE > | Skill |
| std::array< uint8, MAX_LOCK_CASE > | Type |
| std::array< uint8, MAX_LOCK_CASE > | Action |
Definition at line 2887 of file DB2Structure.h.
| std::array<uint8, MAX_LOCK_CASE> LockEntry::Action |
Definition at line 2894 of file DB2Structure.h.
| int32 LockEntry::Flags |
Definition at line 2890 of file DB2Structure.h.
| uint32 LockEntry::ID |
Definition at line 2889 of file DB2Structure.h.
| std::array<int32, MAX_LOCK_CASE> LockEntry::Index |
Definition at line 2891 of file DB2Structure.h.
| std::array<uint16, MAX_LOCK_CASE> LockEntry::Skill |
Definition at line 2892 of file DB2Structure.h.
| std::array<uint8, MAX_LOCK_CASE> LockEntry::Type |
Definition at line 2893 of file DB2Structure.h.