mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/PacketIO: Updated to 11.0.0
This commit is contained in:
@@ -1220,6 +1220,13 @@ void WorldSession::HandleUseCritterItem(WorldPackets::Item::UseCritterItem& useC
|
||||
_player->DestroyItem(item->GetBagSlot(), item->GetSlot(), true);
|
||||
}
|
||||
|
||||
void WorldSession::HandleSortAccountBankBags(WorldPackets::Item::SortAccountBankBags& /*sortAccountBankBags*/)
|
||||
{
|
||||
// TODO: Implement sorting
|
||||
// Placeholder to prevent completely locking out bags clientside
|
||||
SendPacket(WorldPackets::Item::BagCleanupFinished().Write());
|
||||
}
|
||||
|
||||
void WorldSession::HandleSortBags(WorldPackets::Item::SortBags& /*sortBags*/)
|
||||
{
|
||||
// TODO: Implement sorting
|
||||
|
||||
Reference in New Issue
Block a user