Core/Handlers: Fixed a Equipament Manager typo

This commit is contained in:
Keader
2018-04-25 18:21:16 -03:00
committed by Aokromes
parent 1c19aa7b71
commit e27ee9fcea

View File

@@ -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);