Core/DataStores: Updated hotfix packet structures to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/78e627e413cb4ff34402fbb2e7a4668d434cd226)
This commit is contained in:
@@ -89,8 +89,8 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteUInt32(VirtualRealmAddress);
|
||||
_worldPacket.WriteInt32(Hotfixes.Keys.Count);
|
||||
|
||||
foreach (var key in Hotfixes.Keys)
|
||||
_worldPacket.WriteInt32(key);
|
||||
foreach (var record in Hotfixes.Values)
|
||||
record.ID.Write(_worldPacket);
|
||||
}
|
||||
|
||||
public uint VirtualRealmAddress;
|
||||
|
||||
Reference in New Issue
Block a user