![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| float | DamageReplaceStatF |
| float | DamageSecondaryF |
| int32 | DamageReplaceStat |
| int32 | DamageSecondary |
| std::array< float, 5 > | EpicF |
| std::array< float, 5 > | SuperiorF |
| std::array< float, 5 > | GoodF |
| std::array< uint32, 5 > | Epic |
| std::array< uint32, 5 > | Superior |
| std::array< uint32, 5 > | Good |
Definition at line 3571 of file DB2Structure.h.
| int32 RandPropPointsEntry::DamageReplaceStat |
Definition at line 3576 of file DB2Structure.h.
| float RandPropPointsEntry::DamageReplaceStatF |
Definition at line 3574 of file DB2Structure.h.
| int32 RandPropPointsEntry::DamageSecondary |
Definition at line 3577 of file DB2Structure.h.
| float RandPropPointsEntry::DamageSecondaryF |
Definition at line 3575 of file DB2Structure.h.
| std::array<uint32, 5> RandPropPointsEntry::Epic |
Definition at line 3581 of file DB2Structure.h.
| std::array<float, 5> RandPropPointsEntry::EpicF |
Definition at line 3578 of file DB2Structure.h.
| std::array<uint32, 5> RandPropPointsEntry::Good |
Definition at line 3583 of file DB2Structure.h.
| std::array<float, 5> RandPropPointsEntry::GoodF |
Definition at line 3580 of file DB2Structure.h.
| uint32 RandPropPointsEntry::ID |
Definition at line 3573 of file DB2Structure.h.
| std::array<uint32, 5> RandPropPointsEntry::Superior |
Definition at line 3582 of file DB2Structure.h.
| std::array<float, 5> RandPropPointsEntry::SuperiorF |
Definition at line 3579 of file DB2Structure.h.