This commit is contained in:
songliang 2023-07-03 09:48:05 +08:00
parent 8143e39d13
commit 3ae31fcb9f

View File

@ -27,6 +27,7 @@ class Item {
15 碎片透明箱子 15 碎片透明箱子
16 降落伞皮肤 16 降落伞皮肤
19 赛季戒指 19 赛季戒指
23 随机宝箱
*/ */
/* /*
@ -264,6 +265,7 @@ class Item {
self::FRAGMENT_TYPE, self::FRAGMENT_TYPE,
14, 14,
self::FRAGMENT_BOX_TYPE, self::FRAGMENT_BOX_TYPE,
self::CHEST_BOX_TYPE,
)); ));
} }