Mercurial > mm7
comparison SaveLoad.cpp @ 488:a3939d5067c4
Spells
author | Nomad |
---|---|
date | Wed, 27 Feb 2013 22:15:30 +0200 |
parents | a4a5996fea5b |
children | cb0ad52d6a26 |
comparison
equal
deleted
inserted
replaced
486:7887a9cf9e7b | 488:a3939d5067c4 |
---|---|
181 { | 181 { |
182 auto uItemID = pParty->pPlayers[i].pInventoryItems[uEquipIdx - 1].uItemID; | 182 auto uItemID = pParty->pPlayers[i].pInventoryItems[uEquipIdx - 1].uItemID; |
183 if (pItemsTable->pItems[uItemID].uEquipType == 12) | 183 if (pItemsTable->pItems[uItemID].uEquipType == 12) |
184 { | 184 { |
185 __debugbreak(); | 185 __debugbreak(); |
186 v31 = *((int *)&pSpellDatas[66].field_8 + uItemID); | 186 v31 = *((int *)&pSpellDatas[66].uNormalLevelRecovery + uItemID); |
187 stru_A750F8[i]._494836(v31, i + 9); | 187 stru_A750F8[i]._494836(v31, i + 9); |
188 } | 188 } |
189 } | 189 } |
190 } | 190 } |
191 } | 191 } |