From ed3db8ad4fea2dab9f7f4c44e50cdc8b9ba5f7a8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Sep 2022 17:40:48 +0800 Subject: [PATCH] 1 --- webapp/models/FragmentPool.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)