feat,wip: 유니크 경매 시작, 입찰 구현

- 누군가는 무작위로 유니크를 하나를 먹을 수 있도록 설계?
This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 9b1a57bbd2
commit 3784aa09fc
9 changed files with 234 additions and 159 deletions
-2
View File
@@ -317,8 +317,6 @@ class Auction
return '입찰에 실패했습니다: DB 오류';
}
$general->setVar($resType->value, $general->getVar($resType->value) - $morePoint);
if ($myPrevBid === null || ($highestBid !== null && $myPrevBid->id !== $highestBid->id)) {