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++) {
|
for ($ii = 1; $ii <= count($g_conf_lot_cluster); $ii++) {
|
||||||
$l = $this->getDrawTableConfig($ii);
|
$l = $this->getDrawTableConfig($ii);
|
||||||
$weight += $l['jilv'];
|
$weight += $l['jilv'];
|
||||||
if ($weight > $random) {
|
if ($weight >= $random) {
|
||||||
$key = $ii;
|
$key = $ii;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user