diff --git a/webapp/models/FragmentPool.php b/webapp/models/FragmentPool.php index edf62d89..4dcb9464 100644 --- a/webapp/models/FragmentPool.php +++ b/webapp/models/FragmentPool.php @@ -9,11 +9,12 @@ class FragmentPool extends BaseModel { public static function dropHero() { + $items = self::internalGet(0); } public static function dropGun() { - + $items = self::internalGet(1); } private static function internalGet($type)