فهرست منبع

获取属性分值

zhaoyang 2 سال پیش
والد
کامیت
c3541cbb22
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Data/DressUpMenuItemDataManager.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Data/DressUpMenuItemDataManager.cs

@@ -308,7 +308,8 @@ namespace GFGGame
 
         public static int GetItemScore(int itemId)
         {
-            return GetItemScore(itemId, InstanceZonesDataManager.currentScoreType);
+            return ItemDataManager.GetItemAdditionScore(itemId, InstanceZonesDataManager.currentScoreType);
+            // return GetItemScore(itemId, InstanceZonesDataManager.currentScoreType);
         }
 
         public static int GetItemScore(int itemId, int scoreType)