Mercurial > mm7
comparison Player.cpp @ 667:8c6c41037c39
profession NPC dialogue fixed
WearsItem fix
author | zipi |
---|---|
date | Thu, 14 Mar 2013 20:04:21 +0000 |
parents | c10163a6d946 |
children | 735dab8d3c9a 277c05c3a89f |
comparison
equal
deleted
inserted
replaced
666:a5750c94b022 | 667:8c6c41037c39 |
---|---|
3389 return 0; | 3389 return 0; |
3390 } | 3390 } |
3391 return 1; | 3391 return 1; |
3392 } | 3392 } |
3393 if ( HasItemEquipped((ITEM_EQUIP_TYPE)a2) | 3393 if ( HasItemEquipped((ITEM_EQUIP_TYPE)a2) |
3394 && *(int *)&this->pInventoryItems[*(&v4->pEquipment.uOffHand + v3)-1] == a1 ) | 3394 && *(int *)&this->pInventoryItems[*(&this->pEquipment.uOffHand + v3)-1] == a1 ) |
3395 return 1; | 3395 return 1; |
3396 return 0; | 3396 return 0; |
3397 } | 3397 } |
3398 | 3398 |
3399 //----- (0048D76C) -------------------------------------------------------- | 3399 //----- (0048D76C) -------------------------------------------------------- |