summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.cpp')
-rw-r--r--src/map/chrif.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp
index a74e870..48cff81 100644
--- a/src/map/chrif.cpp
+++ b/src/map/chrif.cpp
@@ -945,8 +945,7 @@ void ladmin_itemfrob_c2(dumb_ptr<block_list> bl, int source_id, int dest_id)
for (j = 0; j < MAX_INVENTORY; j++)
IFIX(pc->status.inventory[j].nameid);
- for (j = 0; j < MAX_CART; j++)
- IFIX(pc->status.cart[j].nameid);
+ // cart is no longer supported
// IFIX(pc->status.weapon);
IFIX(pc->status.shield);
IFIX(pc->status.head_top);