Core/PacketIO: Fixed SMSG_SPELL_ENERGIZE_LOG structure

Port From (https://github.com/TrinityCore/TrinityCore/commit/ba90348de88f0355b559010f8a106527b094baa2)
This commit is contained in:
Hondacrx
2024-11-09 23:28:42 -05:00
parent 07035b8c60
commit 242b6a8f5b
@@ -382,7 +382,7 @@ namespace Game.Networking.Packets
_worldPacket.WritePackedGuid(CasterGUID);
_worldPacket.WriteUInt32(SpellID);
_worldPacket.WriteUInt32((uint)Type);
_worldPacket.WriteInt8((sbyte)Type);
_worldPacket.WriteInt32(Amount);
_worldPacket.WriteInt32(OverEnergize);