Update opcodes to 7.3.2

This commit is contained in:
hondacrx
2017-11-17 16:56:54 -05:00
parent 39b13bfc84
commit a60fbcdf12
14 changed files with 1130 additions and 1081 deletions
@@ -359,6 +359,7 @@ namespace Game.Network.Packets
_worldPacket.WriteUInt32(Slot);
_worldPacket.WriteUInt8(State);
_worldPacket.WriteUInt32(CompletedMask);
_worldPacket.WriteUInt32(EncounterMask);
_worldPacket.WriteUInt32(Players.Count);
_worldPacket.WriteUInt8(Unused);
_worldPacket.WriteBit(ValidCompletedMask);
@@ -376,6 +377,7 @@ namespace Game.Network.Packets
public uint Slot;
public byte State;
public uint CompletedMask;
public uint EncounterMask;
public byte Unused;
public bool ValidCompletedMask;
public bool ProposalSilent;