|
@@ -308,7 +308,8 @@ namespace GFGGame
|
|
|
|
|
|
public static int GetItemScore(int itemId)
|
|
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)
|
|
public static int GetItemScore(int itemId, int scoreType)
|