|
@@ -220,7 +220,7 @@ class FightProc {
|
|
|
$posId = rand(1, 6);
|
|
|
$qual = $list[0];
|
|
|
foreach ($dic as $key => $gemMo) {
|
|
|
- if ($gemMo->qual == $qual && $gemMo->position == $posId) {
|
|
|
+ if ($gemMo->qual == $qual && $gemMo->position == $posId && $gemMo->isfixed_predicateId == 0) {
|
|
|
$gemStr = $gemMo->typeId . ',' . $list[1];
|
|
|
|
|
|
SystemProc::GetGem_GreaterOrangeQual_SweepMainGateIndex(req()->zoneid, ctx()->baseInfo->name, Ins_GateInfo::gateNum($passGateId), $gateName, $gemMo->typeId);
|