|
|
@@ -190,7 +190,7 @@ namespace GameLogic.Bag
|
|
|
f.id == item.config.associateVlaue[1]);
|
|
|
if (faaData != null)
|
|
|
{
|
|
|
- return AddItem(item.config.associateVlaue[0], item.config.associateVlaue[2] * item.count.Value);
|
|
|
+ return AddItem(item.config.associateVlaue[0], item.config.associateVlaue[2] *count);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
@@ -212,7 +212,7 @@ namespace GameLogic.Bag
|
|
|
s.id == item.config.associateVlaue[1]);
|
|
|
if (skillData != null)
|
|
|
{
|
|
|
- return AddItem(item.config.associateVlaue[0], item.config.associateVlaue[2]* item.count.Value);
|
|
|
+ return AddItem(item.config.associateVlaue[0], item.config.associateVlaue[2]* count);
|
|
|
}
|
|
|
else
|
|
|
{
|