diff Player.cpp @ 1097:e1ad5ccc13ae

bugfix
author Gloval
date Sun, 26 May 2013 23:19:49 +0400
parents c40d40027b77
children 39eaa6b00141
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)