Browse Source

gem词条bug

cyzhao 1 year ago
parent
commit
d8bc580f93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/process/StoreProc.php

+ 1 - 1
Gameserver/App/process/StoreProc.php

@@ -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;
                 }