Core/PacketIO: Named unknown field in CMSG_CREATE_CHARACTER
Port From (https://github.com/TrinityCore/TrinityCore/commit/e13642a180ab683c0661531c4eb9c9c7cbb0dbac)
This commit is contained in:
@@ -384,7 +384,7 @@ namespace Game.Networking.Packets
|
|||||||
bool hasTemplateSet = _worldPacket.HasBit();
|
bool hasTemplateSet = _worldPacket.HasBit();
|
||||||
CreateInfo.IsTrialBoost = _worldPacket.HasBit();
|
CreateInfo.IsTrialBoost = _worldPacket.HasBit();
|
||||||
CreateInfo.UseNPE = _worldPacket.HasBit();
|
CreateInfo.UseNPE = _worldPacket.HasBit();
|
||||||
CreateInfo.Unused1026 = _worldPacket.HasBit();
|
CreateInfo.HardcoreSelfFound = _worldPacket.HasBit();
|
||||||
|
|
||||||
CreateInfo.RaceId = (Race)_worldPacket.ReadUInt8();
|
CreateInfo.RaceId = (Race)_worldPacket.ReadUInt8();
|
||||||
CreateInfo.ClassId = (Class)_worldPacket.ReadUInt8();
|
CreateInfo.ClassId = (Class)_worldPacket.ReadUInt8();
|
||||||
@@ -1144,7 +1144,7 @@ namespace Game.Networking.Packets
|
|||||||
public int TimerunningSeasonID;
|
public int TimerunningSeasonID;
|
||||||
public bool IsTrialBoost;
|
public bool IsTrialBoost;
|
||||||
public bool UseNPE;
|
public bool UseNPE;
|
||||||
public bool Unused1026;
|
public bool HardcoreSelfFound;
|
||||||
public string Name;
|
public string Name;
|
||||||
|
|
||||||
// Server side data
|
// Server side data
|
||||||
|
|||||||
Reference in New Issue
Block a user