1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27:45 +00:00
This commit is contained in:
NotAdam 2018-07-07 17:14:30 +10:00
parent 25b6359736
commit 2e0fec5a10
2 changed files with 0 additions and 5 deletions

View file

@ -145,10 +145,8 @@ void Core::Network::GameConnection::eventHandlerOutsideRange( const Packets::FFX
Entity::Player& player )
{
auto pScriptMgr = g_fw.get< Scripting::ScriptMgr >();
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
const auto packet = ZoneChannelPacket< Client::FFXIVIpcEventHandlerOutsideRange >( inPacket );
const auto& eventId = packet.data().eventId;
const auto& param1 = packet.data().param1;
const auto& pos = packet.data().position;

View file

@ -302,9 +302,6 @@ void Core::Network::GameConnection::zoneLineHandler( const Core::Network::Packet
void Core::Network::GameConnection::discoveryHandler( const Core::Network::Packets::FFXIVARR_PACKET_RAW& inPacket,
Entity::Player& player )
{
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
const auto packet = ZoneChannelPacket< Client::FFXIVIpcDiscoveryHandler >( inPacket );
const auto& positionRef = packet.data().positionRef;