Core: Updated to 11.0.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/4f7079f471401d5cf7885351baabc027813f60f5)
This commit is contained in:
@@ -16,6 +16,9 @@ namespace Game.Networking.Packets
|
||||
public uint ZoneID;
|
||||
public uint WMOGroupID;
|
||||
public uint WMODoodadPlacementID;
|
||||
public float HealthPercent = 1.0f;
|
||||
public ushort RecommendedGroupSizeMin;
|
||||
public ushort RecommendedGroupSizeMax;
|
||||
|
||||
public void Write(WorldPacket data)
|
||||
{
|
||||
@@ -25,6 +28,9 @@ namespace Game.Networking.Packets
|
||||
data.WriteUInt32(ZoneID);
|
||||
data.WriteUInt32(WMOGroupID);
|
||||
data.WriteUInt32(WMODoodadPlacementID);
|
||||
data.WriteFloat(HealthPercent);
|
||||
data.WriteUInt16(RecommendedGroupSizeMin);
|
||||
data.WriteUInt16(RecommendedGroupSizeMax);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user