Core: Updated to 11.0.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/4f7079f471401d5cf7885351baabc027813f60f5)
This commit is contained in:
@@ -704,7 +704,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteBit(VotePassed);
|
||||
data.WriteBit(MyVoteCompleted);
|
||||
data.WriteBit(MyVote);
|
||||
data.WriteBits(Reason.GetByteCount(), 8);
|
||||
data.WriteBits(Reason.GetByteCount(), 9);
|
||||
data.WritePackedGuid(Target);
|
||||
data.WriteUInt32(TotalVotes);
|
||||
data.WriteUInt32(BootVotes);
|
||||
|
||||
Reference in New Issue
Block a user