浏览代码

装备宝石合成bug

cyzhao 6 月之前
父节点
当前提交
f9554b2cc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/StoreProc.php

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

@@ -790,7 +790,7 @@ class StoreProc {
                 }
 
                 $ins_gem = new Ins_Gem($gemStore->$gemUid);
-                if ($ins_gem->mo()->qual + 1 != $gemMo->qual || $ins_gem->mo()->position == $gemMo->position) {
+                if ($ins_gem->mo()->qual + 1 != $gemMo->qual || $ins_gem->mo()->position != $gemMo->position) {
                     $isCompose = false;
                     break;
                 }