From 3ae31fcb9fc36f8fdb58bcddb12346f849d70c73 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 3 Jul 2023 09:48:05 +0800 Subject: [PATCH] ... --- webapp/mt/Item.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/mt/Item.php b/webapp/mt/Item.php index 61306b22..850d7a37 100644 --- a/webapp/mt/Item.php +++ b/webapp/mt/Item.php @@ -27,6 +27,7 @@ class Item { 15 碎片透明箱子 16 降落伞皮肤 19 赛季戒指 + 23 随机宝箱 */ /* @@ -264,6 +265,7 @@ class Item { self::FRAGMENT_TYPE, 14, self::FRAGMENT_BOX_TYPE, + self::CHEST_BOX_TYPE, )); }