From eff54150ebfca2b56ed42ec838fe0ab2eac584d3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 4 Nov 2022 12:52:38 +0800 Subject: [PATCH] 1 --- webapp/mt/Item.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/mt/Item.php b/webapp/mt/Item.php index d2650a4a..af45d570 100644 --- a/webapp/mt/Item.php +++ b/webapp/mt/Item.php @@ -320,6 +320,8 @@ class Item { } } } + $heros = array_unique($heros); + $guns = array_unique($guns); } protected static function getMetaList()