diff --git a/d2bs/kolbot/libs/common/Storage.js b/d2bs/kolbot/libs/common/Storage.js index 9764986ad..d91fc1414 100644 --- a/d2bs/kolbot/libs/common/Storage.js +++ b/d2bs/kolbot/libs/common/Storage.js @@ -63,7 +63,7 @@ var Container = function (name, width, height, location) { } // Make sure the item is ours - if (!item.getParent() || item.getParent().gid !== me.gid) { + if (!item.getParent() || item.getParent().type !== me.type || item.getParent().gid !== me.gid) { return false; }