|
|
|
@ -617,7 +617,7 @@ public class Warehouse extends AbstractWorldObject {
@@ -617,7 +617,7 @@ public class Warehouse extends AbstractWorldObject {
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
if (addToInventory) |
|
|
|
|
if (!itemMan.hasRoomInventory(template.item_wt)) { |
|
|
|
|
if (!itemMan.hasRoomInventory(template.item_wt * amount)) { |
|
|
|
|
ChatManager.chatSystemInfo(pc, "You can not carry any more of that item."); |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|