fix: previous inheritPoint 지정값 버그
This commit is contained in:
@@ -72,7 +72,7 @@ class BuySpecificUnique extends \sammo\BaseAPI
|
||||
|
||||
$itemTrials[$itemKey] = $amount;
|
||||
$general->setAuxVar('inheritUniqueTrial', $itemTrials);
|
||||
$inheritStor->setValue('previous', [$previousPoint - $amount, ['BuySpecificUnique', $itemKey, $amount]]);
|
||||
$inheritStor->setValue('previous', [$previousPoint - $amount, null]);
|
||||
$trialStor->setValue("u{$userID}", [$userID, $generalID, $amount]);
|
||||
$general->applyDB($db);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user