Index: src/spells2.c =================================================================== --- src/spells2.c (revision 1973) +++ src/spells2.c (working copy) @@ -324,7 +324,7 @@ int i, cnt = 0; /* Attempt to uncurse items being worn */ - for (i = INVEN_WIELD; i < INVEN_TOTAL; i++) + for (i = INVEN_WIELD; i < ALL_INVEN_TOTAL; i++) { object_type *o_ptr = &inventory[i];