From a93f5d73d7af307fb495e7985a4aaa15890b5c27 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 30 十月 2025 17:42:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/KnapSack/New/CommonItemBaisc.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Main/System/KnapSack/New/CommonItemBaisc.cs b/Main/System/KnapSack/New/CommonItemBaisc.cs
index 80543d1..f4022bb 100644
--- a/Main/System/KnapSack/New/CommonItemBaisc.cs
+++ b/Main/System/KnapSack/New/CommonItemBaisc.cs
@@ -272,7 +272,6 @@
         //         break;
         // }
 
-        //寰呯瓥鍒掔‘瀹�
         if (config.Type == (int)ItemType.Hero)
         {
             var heroConfig = HeroConfig.Get(itemId);
@@ -284,7 +283,7 @@
         {
             countryIcon.SetActive(false);
         }
-        // pieceIcon.SetActive(); 
+        pieceIcon.SetActive(config.Purpose == (int)ItemPurpose.Piece); 
     }
 
     // / <summary>

--
Gitblit v1.8.0