Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -91,11 +91,13 @@ namespace Game.Networking.Packets
|
||||
uint titleLen = _worldPacket.ReadBits<uint>(7);
|
||||
|
||||
Unit = _worldPacket.ReadPackedGuid();
|
||||
Unused910 = _worldPacket.ReadUInt32();
|
||||
Title = _worldPacket.ReadString(titleLen);
|
||||
}
|
||||
|
||||
public ObjectGuid Unit;
|
||||
public string Title;
|
||||
public uint Unused910;
|
||||
}
|
||||
|
||||
public class PetitionShowSignatures : ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user