BFA Update (still lots of testing to do tho)
This commit is contained in:
@@ -114,10 +114,12 @@ namespace Game.Network.Packets
|
||||
{
|
||||
ArbiterGUID = _worldPacket.ReadPackedGuid();
|
||||
Accepted = _worldPacket.HasBit();
|
||||
Forfeited = _worldPacket.HasBit();
|
||||
}
|
||||
|
||||
public ObjectGuid ArbiterGUID;
|
||||
public bool Accepted;
|
||||
public bool Forfeited;
|
||||
}
|
||||
|
||||
public class DuelWinner : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user