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, )); }