Mercurial > mm7
diff mm7_1.cpp @ 559:09108e73f2f4
item gen fixes (not full)
author | Gloval |
---|---|
date | Tue, 05 Mar 2013 01:08:01 +0400 |
parents | f146781c5c2d |
children | b23f19fc0d1b |
line wrap: on
line diff
--- a/mm7_1.cpp Mon Mar 04 00:16:39 2013 +0400 +++ b/mm7_1.cpp Tue Mar 05 01:08:01 2013 +0400 @@ -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 )