diff --git a/src/item/Boat.php b/src/item/Boat.php index c23f69146..c117dab1d 100644 --- a/src/item/Boat.php +++ b/src/item/Boat.php @@ -42,5 +42,9 @@ class Boat extends Item{ return 1200; //400 in PC } + public function getMaxStackSize() : int{ + return 1; + } + //TODO }