mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Minor bugfix #646 change
This commit is contained in:
parent
d25c838e1d
commit
900c2cfa81
@ -111,8 +111,6 @@ namespace MWWorld
|
|||||||
//Disable twohanded when shield equipped, shield when twohanded equipped
|
//Disable twohanded when shield equipped, shield when twohanded equipped
|
||||||
if(*slot == MWWorld::InventoryStore::Slot_CarriedRight)
|
if(*slot == MWWorld::InventoryStore::Slot_CarriedRight)
|
||||||
{
|
{
|
||||||
invStore.equip(*slot, it);
|
|
||||||
|
|
||||||
if (it.getType() == MWWorld::ContainerStore::Type_Weapon)
|
if (it.getType() == MWWorld::ContainerStore::Type_Weapon)
|
||||||
{
|
{
|
||||||
if(it->get<ESM::Weapon>()->mBase->mData.mType == ESM::Weapon::LongBladeTwoHand ||
|
if(it->get<ESM::Weapon>()->mBase->mData.mType == ESM::Weapon::LongBladeTwoHand ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user