- Timestamp:
- 06/13/09 22:50:53 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/store.c
r1435 r1442 2349 2349 2350 2350 /* Check if the store has space for the items */ 2351 if (!store_check_num( STORE_HOME, &sold_item))2351 if (!store_check_num(current_store(), &sold_item)) 2352 2352 { 2353 2353 msg_print("I have not the room in my store to keep it.");
