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 3388 of file DB2Structure.h.
int32 RandPropPointsEntry::DamageReplaceStat |
Definition at line 3393 of file DB2Structure.h.
float RandPropPointsEntry::DamageReplaceStatF |
Definition at line 3391 of file DB2Structure.h.
int32 RandPropPointsEntry::DamageSecondary |
Definition at line 3394 of file DB2Structure.h.
float RandPropPointsEntry::DamageSecondaryF |
Definition at line 3392 of file DB2Structure.h.
std::array<uint32, 5> RandPropPointsEntry::Epic |
Definition at line 3398 of file DB2Structure.h.
std::array<float, 5> RandPropPointsEntry::EpicF |
Definition at line 3395 of file DB2Structure.h.
std::array<uint32, 5> RandPropPointsEntry::Good |
Definition at line 3400 of file DB2Structure.h.
std::array<float, 5> RandPropPointsEntry::GoodF |
Definition at line 3397 of file DB2Structure.h.
uint32 RandPropPointsEntry::ID |
Definition at line 3390 of file DB2Structure.h.
std::array<uint32, 5> RandPropPointsEntry::Superior |
Definition at line 3399 of file DB2Structure.h.
std::array<float, 5> RandPropPointsEntry::SuperiorF |
Definition at line 3396 of file DB2Structure.h.