Mercurial > mm7
diff UI/UICharacter.cpp @ 1707:be43171d7bc6
Merge
author | Nomad |
---|---|
date | Mon, 23 Sep 2013 23:00:07 +0200 |
parents | 5cbd88f8a2eb |
children | 8251e59fd7c1 |
line wrap: on
line diff
--- a/UI/UICharacter.cpp Mon Sep 23 22:58:32 2013 +0200 +++ b/UI/UICharacter.cpp Mon Sep 23 23:00:07 2013 +0200 @@ -2702,7 +2702,7 @@ if ( !ptr_50C9A4_ItemToEnchant )//снять вещь { pParty->SetHoldingItem(v38); - pPlayers[uActiveCharacter]->pEquipment.pIndices[pPlayers[uActiveCharacter]->pInventoryItemList[v36].uBodyAnchor] = 0; + pPlayers[uActiveCharacter]->pEquipment.pIndices[pPlayers[uActiveCharacter]->pInventoryItemList[v36].uBodyAnchor - 1] = 0; v38->Reset(); } }