#include <CombatLogPackets.h>
WorldPackets::CombatLog::SpellDispellLog::SpellDispellLog |
( |
| ) |
|
|
inline |
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.h:49
Definition: Opcodes.h:1533
Implements WorldPackets::Packet.
int32 DispelledBySpellID
Definition: CombatLogPackets.h:219
std::vector< SpellDispellData > DispellData
Definition: CombatLogPackets.h:216
WorldPacket _worldPacket
Definition: Packet.h:43
bool WriteBit(uint32 bit)
Definition: ByteBuffer.h:170
bool IsSteal
Definition: CombatLogPackets.h:221
bool IsBreak
Definition: CombatLogPackets.h:220
ObjectGuid TargetGUID
Definition: CombatLogPackets.h:218
int32_t int32
Definition: g3dmath.h:167
uint32_t uint32
Definition: g3dmath.h:168
ObjectGuid CasterGUID
Definition: CombatLogPackets.h:217
ObjectGuid WorldPackets::CombatLog::SpellDispellLog::CasterGUID |
std::vector<SpellDispellData> WorldPackets::CombatLog::SpellDispellLog::DispellData |
int32 WorldPackets::CombatLog::SpellDispellLog::DispelledBySpellID = 0 |
bool WorldPackets::CombatLog::SpellDispellLog::IsBreak = false |
bool WorldPackets::CombatLog::SpellDispellLog::IsSteal = false |
ObjectGuid WorldPackets::CombatLog::SpellDispellLog::TargetGUID |
The documentation for this class was generated from the following files: