# HG changeset patch # User Gloval # Date 1369595989 -14400 # Node ID e1ad5ccc13ae1c5481e47b943998304c6e641a87 # Parent f17cfb070f7a412681e9b0b492033a36805d6190 bugfix diff -r f17cfb070f7a -r e1ad5ccc13ae Player.cpp --- 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)