@@ -357,6 +357,7 @@ class StoreProc {
foreach ($composeArr as $val) {
if ($ing_compose) {//合成的回收 不合成的可不能给回收了
self::equipLevelUp_Material_Recovery($val->mo()->rarity, $val->qual, $val->mo()->position, $val->level);
+ StlUtil::dictRemove(ctx()->store(true)->equip, $val->uid);
}
StlUtil::arrayRemove($arr, $val);