|
@@ -866,6 +866,9 @@ class StoreProc {
|
|
$tag_index = 0;
|
|
$tag_index = 0;
|
|
$tag_gem = null;
|
|
$tag_gem = null;
|
|
foreach ($gemSetSlotDic as $slotId => $gemUid) {
|
|
foreach ($gemSetSlotDic as $slotId => $gemUid) {
|
|
|
|
+ if($gemUid == 0){
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
$gem = new Ins_Gem(ctx()->store->gemStore->$gemUid);
|
|
$gem = new Ins_Gem(ctx()->store->gemStore->$gemUid);
|
|
if ($gem->predicateMo()->uniqueKey == $ins_gem->predicateMo()->uniqueKey) {
|
|
if ($gem->predicateMo()->uniqueKey == $ins_gem->predicateMo()->uniqueKey) {
|
|
$tag_index = $slotId;
|
|
$tag_index = $slotId;
|