feat,wip: 유니크 경매 시작, 입찰 구현
- 누군가는 무작위로 유니크를 하나를 먹을 수 있도록 설계?
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user