蓝色星空 1 year ago
parent
commit
be9178b6c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Game/Blue/Controller/Item/ShowXunJian_UIItem.cs

+ 1 - 1
Assets/Game/Blue/Controller/Item/ShowXunJian_UIItem.cs

@@ -49,7 +49,7 @@ public class ShowXunJian_UIItem : MonoBehaviour, IController
 
     public void Set()
     {
-        this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new int[3] { 1, 2, 3 };);
+        this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new int[3] { 1, 2, 3 });
 
         foreach (var ByteClass in byteDic)
         {