#include "ItemPackets.h"
◆ EnchantmentLog()
WorldPackets::Item::EnchantmentLog::EnchantmentLog |
( |
| ) |
|
|
inline |
ServerPacket(OpcodeServer opcode, std::size_t initialSize=200)
Definition Packet.cpp:25
@ SMSG_ENCHANTMENTLOG
Definition Opcodes.h:501
◆ Write()
WorldPacket const * WorldPackets::Item::EnchantmentLog::Write |
( |
| ) |
|
|
overridevirtual |
Implements WorldPackets::Packet.
116{
121
123}
uint32 EnchantId
Definition ItemPackets.h:199
PackedGuid Target
Definition ItemPackets.h:196
uint32 ItemId
Definition ItemPackets.h:198
PackedGuid Caster
Definition ItemPackets.h:197
WorldPacket _worldPacket
Definition Packet.h:42
Referenced by WorldSession::SendEnchantmentLog().
◆ Caster
PackedGuid WorldPackets::Item::EnchantmentLog::Caster |
◆ EnchantId
uint32 WorldPackets::Item::EnchantmentLog::EnchantId = 0 |
◆ ItemId
uint32 WorldPackets::Item::EnchantmentLog::ItemId = 0 |
◆ Target
PackedGuid WorldPackets::Item::EnchantmentLog::Target |
The documentation for this class was generated from the following files: