瀏覽代碼

获取属性分值

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)