Core: Update to 10.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cea730fa23473a85c47451c3bd13df816f2b6e4)
This commit is contained in:
@@ -14,9 +14,11 @@ namespace Game.Networking.Packets
|
||||
public override void Read()
|
||||
{
|
||||
TargetGUID = _worldPacket.ReadPackedGuid();
|
||||
ToTheDeath = _worldPacket.HasBit();
|
||||
}
|
||||
|
||||
public ObjectGuid TargetGUID;
|
||||
public bool ToTheDeath;
|
||||
}
|
||||
|
||||
public class CanDuelResult : ServerPacket
|
||||
@@ -85,11 +87,14 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WritePackedGuid(ArbiterGUID);
|
||||
_worldPacket.WritePackedGuid(RequestedByGUID);
|
||||
_worldPacket.WritePackedGuid(RequestedByWowAccount);
|
||||
_worldPacket.WriteBit(ToTheDeath);
|
||||
_worldPacket.FlushBits();
|
||||
}
|
||||
|
||||
public ObjectGuid ArbiterGUID;
|
||||
public ObjectGuid RequestedByGUID;
|
||||
public ObjectGuid RequestedByWowAccount;
|
||||
public bool ToTheDeath;
|
||||
}
|
||||
|
||||
public class DuelResponse : ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user