Update BaseInventory.php

This commit is contained in:
키리토 2014-10-26 22:21:21 +09:00
parent db8ac0b9cb
commit df81b365e5

View File

@ -126,6 +126,7 @@ abstract class BaseInventory implements Inventory{
return false;
}elseif($item->getID() === 0 or $item->getCount() <= 0){
$this->clear($index, $source);
return true;
}
$holder = $this->getHolder();
@ -426,4 +427,4 @@ abstract class BaseInventory implements Inventory{
return $this->type;
}
}
}