1
This commit is contained in:
parent
9997b30cd4
commit
ef8364a4d4
@ -386,7 +386,7 @@ class ActivityController{
|
||||
for ($ii = 1; $ii <= count($g_conf_lot_cluster); $ii++) {
|
||||
$l = $this->getDrawTableConfig($ii);
|
||||
$weight += $l['jilv'];
|
||||
if ($weight > $random) {
|
||||
if ($weight >= $random) {
|
||||
$key = $ii;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user