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