fix: previous inheritPoint 지정값 버그
This commit is contained in:
@@ -373,12 +373,7 @@ class Join extends \sammo\BaseAPI
|
||||
|
||||
if ($inheritRequiredPoint > 0) {
|
||||
$inheritStor = KVStorage::getStorage(DB::db(), "inheritance_{$userID}");
|
||||
$inheritStor->setValue('previous', [$inheritTotalPoint - $inheritRequiredPoint, [
|
||||
'inheritBonusStat'=>$inheritBonusStat,
|
||||
'inheritCity'=>$inheritCity,
|
||||
'inheritSpecial'=>$inheritSpecial,
|
||||
'inheritTurntime'=>$inheritTurntime,
|
||||
]]);
|
||||
$inheritStor->setValue('previous', [$inheritTotalPoint - $inheritRequiredPoint, null]);
|
||||
}
|
||||
|
||||
$me = [
|
||||
|
||||
Reference in New Issue
Block a user