Mercurial > mm7
changeset 1097:e1ad5ccc13ae
bugfix
author | Gloval |
---|---|
date | Sun, 26 May 2013 23:19:49 +0400 |
parents | f17cfb070f7a |
children | 81a51a0443e2 |
files | Player.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Player.cpp Sun May 26 21:27:32 2013 +0400 +++ b/Player.cpp Sun May 26 23:19:49 2013 +0400 @@ -4478,7 +4478,7 @@ inv_indx = pEquipment.pIndices[i] - 1; if (a2==17) { - if ((pInventoryItems[inv_indx].uSpecEnchantmentType==17)||(pInventoryItems[inv_indx].uItemID=533)) //Elven Chainmail+Increases rate of Recovery + if ((pInventoryItems[inv_indx].uSpecEnchantmentType==17)||(pInventoryItems[inv_indx].uItemID==533)) //Elven Chainmail+Increases rate of Recovery return 50; } if (a2==24)