mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Handlers: Fixed a Equipament Manager typo
This commit is contained in:
@@ -1722,7 +1722,7 @@ void WorldSession::HandleEquipmentSetUse(WorldPacket& recvData)
|
||||
if (item->GetPos() == dstpos)
|
||||
continue;
|
||||
|
||||
if (_player->CanEquipItem(NULL_SLOT, dstpos, item, false) != EQUIP_ERR_OK)
|
||||
if (_player->CanEquipItem(NULL_SLOT, dstpos, item, true) != EQUIP_ERR_OK)
|
||||
continue;
|
||||
|
||||
_player->SwapItem(item->GetPos(), dstpos);
|
||||
|
||||
Reference in New Issue
Block a user