Core/PacketIO: Named a bunch of unknown/unused fields
Port From (https://github.com/TrinityCore/TrinityCore/commit/806611075659ddde60f3003763e442a46d70f993)
This commit is contained in:
@@ -1192,7 +1192,7 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteBit(IsFullUpdate);
|
||||
_worldPacket.FlushBits();
|
||||
|
||||
_worldPacket.WriteInt32(Unk);
|
||||
_worldPacket.WriteInt32(ItemCollectionType);
|
||||
|
||||
// both lists have to have the same size
|
||||
_worldPacket.WriteInt32(Heirlooms.Count);
|
||||
@@ -1207,7 +1207,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
public bool IsFullUpdate;
|
||||
public Dictionary<uint, HeirloomData> Heirlooms = new();
|
||||
public int Unk;
|
||||
public int ItemCollectionType;
|
||||
}
|
||||
|
||||
class MountSpecial : ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user