mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/PacketIO: Fixed structure of SMSG_SPELL_ENERGIZE_LOG
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user