|
@@ -780,7 +780,7 @@ class StoreProc {
|
|
|
$predicateMo = GameConfig::predicate();
|
|
|
foreach ($predicateMo as $key => $value) {
|
|
|
if ($value->position != null) {
|
|
|
- $list = explode(',', $value->position);
|
|
|
+ $list = explode(',', $value->positions);
|
|
|
if ($value->qual == $qual && in_array($posId,$list) && $value->attachTarget == "gem") {
|
|
|
$arr[] = $value->id;
|
|
|
}
|