fix: 동일 부위 제한일 때, 무한히 알림오는 버그

- 의도대로라면 1턴마다 한번씩이어야함
This commit is contained in:
2022-07-27 22:33:12 +09:00
parent 850073a096
commit 420ae2f45b
+1
View File
@@ -321,6 +321,7 @@ class AuctionUniqueItem extends Auction
}
$this->extendCloseDate($extendedCloseDate, true);
$this->extendLatestBidCloseDate(null);
$this->applyDB();
}
return join(' ', $reasons);
}