Mercurial > mm7
diff Items.cpp @ 1898:dd9d4b7c1199
Fixing a small bug in Party::AddItemToParty + removing unreachable return
author | Grumpy7 |
---|---|
date | Sun, 20 Oct 2013 23:12:09 -0700 |
parents | 2e6d3cd052e0 |
children | 05b433b8cb37 |
line wrap: on
line diff
--- a/Items.cpp Sun Oct 20 22:58:27 2013 -0700 +++ b/Items.cpp Sun Oct 20 23:12:09 2013 -0700 @@ -2395,7 +2395,6 @@ } std::map<CHARACTER_ATTRIBUTE_TYPE, CEnchantment*>* currList = bonusList->second; return (currList->find(attrToGet) != currList->end()); - return false; } ITEM_EQUIP_TYPE ItemGen::GetItemEquipType()