Core/PacketIO: Updated remaining packet structures to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/792721ad6450065ec81da6472c1e2a143ad57341)
This commit is contained in:
@@ -286,9 +286,11 @@ namespace Game.Networking.Packets
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt32(CinematicID);
|
||||
_worldPacket.WritePackedGuid(ConversationGuid);
|
||||
}
|
||||
|
||||
public uint CinematicID;
|
||||
public ObjectGuid ConversationGuid;
|
||||
}
|
||||
|
||||
public class TriggerMovie : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user