![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Public Member Functions | |
| SpellLogMissEntry (ObjectGuid const &victim, uint8 missReason) | |
Public Attributes | |
| ObjectGuid | Victim |
| uint8 | MissReason = 0 |
| Optional< SpellLogMissDebug > | Debug |
Definition at line 216 of file CombatLogPackets.h.
|
inline |
Definition at line 218 of file CombatLogPackets.h.
| Optional<SpellLogMissDebug> WorldPackets::CombatLog::SpellLogMissEntry::Debug |
Definition at line 222 of file CombatLogPackets.h.
| uint8 WorldPackets::CombatLog::SpellLogMissEntry::MissReason = 0 |
Definition at line 221 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellLogMissEntry::Victim |
Definition at line 220 of file CombatLogPackets.h.