mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-15 20:07:46 +00:00
Forgot to remove a debug print
This commit is contained in:
parent
320ed48c33
commit
ebcce49448
1 changed files with 0 additions and 6 deletions
|
@ -99,12 +99,6 @@ void Sapphire::Network::GameConnection::reqPlaceHousingItem( const Packets::FFXI
|
||||||
const auto packet = ZoneChannelPacket< Client::FFXIVIpcHousingPlaceYardItem >( inPacket );
|
const auto packet = ZoneChannelPacket< Client::FFXIVIpcHousingPlaceYardItem >( inPacket );
|
||||||
const auto& data = packet.data();
|
const auto& data = packet.data();
|
||||||
|
|
||||||
Logger::debug(
|
|
||||||
"Dump:\n{0}",
|
|
||||||
Util::binaryToHexDump( const_cast< uint8_t* >( &inPacket.data[ 0 ] ),
|
|
||||||
static_cast< uint16_t >( inPacket.segHdr.size - 0x10 ) )
|
|
||||||
);
|
|
||||||
|
|
||||||
if( data.UserData == 1 )
|
if( data.UserData == 1 )
|
||||||
{
|
{
|
||||||
housingMgr.reqPlaceHousingItem( player, data.landIdOrIndex.landId, data.StorageId, static_cast< uint8_t >( data.ContainerIndex ),
|
housingMgr.reqPlaceHousingItem( player, data.landIdOrIndex.landId, data.StorageId, static_cast< uint8_t >( data.ContainerIndex ),
|
||||||
|
|
Loading…
Add table
Reference in a new issue