mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Fix splitItem
This commit is contained in:
parent
6a9f5b683f
commit
de31ef68ca
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void Sapphire::Network::GameConnection::itemOperation( const Packets::FFXIVARR_P
|
|||
const auto packet = ZoneChannelPacket< FFXIVIpcClientInventoryItemOperation >( inPacket );
|
||||
|
||||
const auto operationType = packet.data().OperationType;
|
||||
const auto splitCount = packet.data().SrcStack;
|
||||
const auto splitCount = packet.data().DstStack;
|
||||
|
||||
const auto fromSlot = packet.data().SrcContainerIndex;
|
||||
const auto fromContainer = packet.data().SrcStorageId;
|
||||
|
|
Loading…
Add table
Reference in a new issue