Core: Updated to 11.0.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/4f7079f471401d5cf7885351baabc027813f60f5)
This commit is contained in:
@@ -297,11 +297,11 @@ namespace Game.Networking.Packets
|
||||
data.WriteInt32(StaticType);
|
||||
data.WriteUInt32(Muid);
|
||||
|
||||
data.WriteBits(Title.GetByteCount(), 7);
|
||||
data.WriteBits(Title.GetByteCount(), 8);
|
||||
data.WriteBits(BodyText.GetByteCount(), 12);
|
||||
|
||||
for (byte i = 0; i < Choicetext.Length; i++)
|
||||
data.WriteBits(Choicetext[i].GetByteCount(), 6);
|
||||
data.WriteBits(Choicetext[i].GetByteCount(), 7);
|
||||
|
||||
data.FlushBits();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user