mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Core/PacketIO: Fixed SMSG_SPELL_ENERGIZE_LOG structure
This commit is contained in:
@@ -248,7 +248,7 @@ WorldPacket const* SpellEnergizeLog::Write()
|
||||
*this << CasterGUID;
|
||||
|
||||
*this << int32(SpellID);
|
||||
*this << int32(Type);
|
||||
*this << int8(Type);
|
||||
*this << int32(Amount);
|
||||
*this << int32(OverEnergize);
|
||||
|
||||
|
||||
@@ -187,7 +187,7 @@ namespace WorldPackets
|
||||
ObjectGuid CasterGUID;
|
||||
ObjectGuid TargetGUID;
|
||||
int32 SpellID = 0;
|
||||
int32 Type = 0;
|
||||
int8 Type = 0;
|
||||
int32 Amount = 0;
|
||||
int32 OverEnergize = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user