Core: Updated to 11.1.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/ceb8d561b44579118b109a9ff71ba415df53bbdc)
This commit is contained in:
@@ -320,23 +320,23 @@ namespace Game.Networking.Packets
|
||||
|
||||
public class GarrisonBuildingInfo
|
||||
{
|
||||
public long TimeBuilt;
|
||||
public uint GarrPlotInstanceID;
|
||||
public uint GarrBuildingID;
|
||||
public uint CurrentGarSpecID;
|
||||
public long TimeSpecCooldown = 2288912640; // 06/07/1906 18:35:44 - another in the series of magic blizz dates
|
||||
public bool Active;
|
||||
|
||||
public void Write(WorldPacket data)
|
||||
{
|
||||
data.WriteInt64(TimeBuilt);
|
||||
data.WriteUInt32(GarrPlotInstanceID);
|
||||
data.WriteUInt32(GarrBuildingID);
|
||||
data.WriteInt64(TimeBuilt);
|
||||
data.WriteUInt32(CurrentGarSpecID);
|
||||
data.WriteInt64(TimeSpecCooldown);
|
||||
data.WriteBit(Active);
|
||||
data.FlushBits();
|
||||
}
|
||||
|
||||
public uint GarrPlotInstanceID;
|
||||
public uint GarrBuildingID;
|
||||
public long TimeBuilt;
|
||||
public uint CurrentGarSpecID;
|
||||
public long TimeSpecCooldown = 2288912640; // 06/07/1906 18:35:44 - another in the series of magic blizz dates
|
||||
public bool Active;
|
||||
}
|
||||
|
||||
public class GarrisonFollower
|
||||
|
||||
Reference in New Issue
Block a user