Core/PacketIO: Fixed structure of SMSG_SPELL_ENERGIZE_LOG

This commit is contained in:
Shauren
2017-06-21 00:18:49 +02:00
parent 228620b9d7
commit a9bf342ae6

View File

@@ -192,8 +192,8 @@ WorldPacket const* WorldPackets::CombatLog::SpellInterruptLog::Write()
WorldPacket const* WorldPackets::CombatLog::SpellEnergizeLog::Write()
{
*this << CasterGUID;
*this << TargetGUID;
*this << CasterGUID;
*this << int32(SpellID);
*this << int32(Type);