|
@@ -550,7 +550,7 @@ namespace GFGGame
|
|
|
_roleData.itemScoreDic.Clear();
|
|
|
for (int i = 0; i < _roleData.itemList.Count; i++)
|
|
|
{
|
|
|
- int score = ItemDataManager.GetItemAdditionScore(_roleData.itemList[i], _roleData.scoreType);
|
|
|
+ int score = GetItemAdditionScore(_roleData.itemList[i], _roleData.scoreType);
|
|
|
_roleData.itemScoreList.Add(score);
|
|
|
_roleData.itemScoreDic[_roleData.itemList[i]] = score;
|
|
|
}
|