Core/PacketIO: Updated packets to 8.3.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/462a10de17003631957b69e578e7e4c55ed1ef61)
This commit is contained in:
@@ -32,6 +32,8 @@ namespace Game.Network.Packets
|
||||
_worldPacket.WriteUInt32(SceneScriptPackageID);
|
||||
_worldPacket.WritePackedGuid(TransportGUID);
|
||||
_worldPacket.WriteXYZO(Location);
|
||||
_worldPacket.WriteBit(PerformTactCallbacks);
|
||||
_worldPacket.FlushBits();
|
||||
}
|
||||
|
||||
public uint SceneID;
|
||||
@@ -40,6 +42,7 @@ namespace Game.Network.Packets
|
||||
public uint SceneScriptPackageID;
|
||||
public ObjectGuid TransportGUID;
|
||||
public Position Location;
|
||||
public bool PerformTactCallbacks;
|
||||
}
|
||||
|
||||
class CancelScene : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user