mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
const correctness
This commit is contained in:
parent
833f4f1431
commit
44eeda832b
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void Core::Network::GameConnection::discoveryHandler( const Core::Network::Packe
|
||||||
|
|
||||||
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
|
Packets::FFXIVARR_PACKET_RAW copy = inPacket;
|
||||||
|
|
||||||
auto packet = ZoneChannelPacket< Client::FFXIVIpcDiscoveryHandler >( inPacket );
|
const auto packet = ZoneChannelPacket< Client::FFXIVIpcDiscoveryHandler >( inPacket );
|
||||||
const auto& positionRef = packet.data().positionRef;
|
const auto& positionRef = packet.data().positionRef;
|
||||||
|
|
||||||
auto pDb = g_fw.get< Db::DbWorkerPool< Db::CharaDbConnection > >();
|
auto pDb = g_fw.get< Db::DbWorkerPool< Db::CharaDbConnection > >();
|
||||||
|
|
Loading…
Add table
Reference in a new issue