diff mm7_1.cpp @ 562:b23f19fc0d1b

Merge
author Nomad
date Tue, 05 Mar 2013 00:25:08 +0200
parents 8b9cbf1f87fb 09108e73f2f4
children 8b77231088d8
line wrap: on
line diff
--- a/mm7_1.cpp	Tue Mar 05 00:24:28 2013 +0200
+++ b/mm7_1.cpp	Tue Mar 05 00:25:08 2013 +0200
@@ -2509,14 +2509,12 @@
     if ( inspect_item->uEncantmentType )
      {
         sprintf(out_text + 200, "%s: %s +%d", pGlobalTXT_LocalizationStrings[210],
-             pItemsTable->pEnchantments[inspect_item->uEncantmentType-1].pOfName, inspect_item->_bonus_strength); //"Special"
+             pItemsTable->pEnchantments[inspect_item->uEncantmentType-1].pBonusStat, inspect_item->_bonus_strength); //"Special"
     }
     else  if ( inspect_item->uSpecEnchantmentType )
-      {
-      
-          
+      {      
         sprintf(out_text + 200, "%s: %s", pGlobalTXT_LocalizationStrings[210], 
-            pItemsTable->pSpecialEnchantments[inspect_item->uSpecEnchantmentType-1].pNameAdd, inspect_item->_bonus_strength);
+            pItemsTable->pSpecialEnchantments[inspect_item->uSpecEnchantmentType-1].pBonusStatement, inspect_item->_bonus_strength);
       }
     
     else if ( inspect_item->uNumCharges )