From e5c4fe1a344f165428527fd582e12a4fb2a24f18 Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sun, 1 Sep 2024 17:34:12 -0400 Subject: [PATCH] Core/PacketIO: Named unknown field in CMSG_CREATE_CHARACTER Port From (https://github.com/TrinityCore/TrinityCore/commit/e13642a180ab683c0661531c4eb9c9c7cbb0dbac) --- Source/Game/Networking/Packets/CharacterPackets.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Game/Networking/Packets/CharacterPackets.cs b/Source/Game/Networking/Packets/CharacterPackets.cs index eedec16d4..e6972f7e5 100644 --- a/Source/Game/Networking/Packets/CharacterPackets.cs +++ b/Source/Game/Networking/Packets/CharacterPackets.cs @@ -384,7 +384,7 @@ namespace Game.Networking.Packets bool hasTemplateSet = _worldPacket.HasBit(); CreateInfo.IsTrialBoost = _worldPacket.HasBit(); CreateInfo.UseNPE = _worldPacket.HasBit(); - CreateInfo.Unused1026 = _worldPacket.HasBit(); + CreateInfo.HardcoreSelfFound = _worldPacket.HasBit(); CreateInfo.RaceId = (Race)_worldPacket.ReadUInt8(); CreateInfo.ClassId = (Class)_worldPacket.ReadUInt8(); @@ -1144,7 +1144,7 @@ namespace Game.Networking.Packets public int TimerunningSeasonID; public bool IsTrialBoost; public bool UseNPE; - public bool Unused1026; + public bool HardcoreSelfFound; public string Name; // Server side data