Core: Updated to 11.1.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt32(FactionIndex);
|
||||
_worldPacket.WriteInt8(FactionIndex);
|
||||
_worldPacket.WriteInt32(Garrisons.Count);
|
||||
_worldPacket.WriteInt32(FollowerSoftCaps.Count);
|
||||
|
||||
@@ -62,7 +62,7 @@ namespace Game.Networking.Packets
|
||||
garrison.Write(_worldPacket);
|
||||
}
|
||||
|
||||
public uint FactionIndex;
|
||||
public sbyte FactionIndex;
|
||||
public List<GarrisonInfo> Garrisons = new();
|
||||
public List<FollowerSoftCapInfo> FollowerSoftCaps = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user