소스 검색

装备宝石合成bug

cyzhao 6 달 전
부모
커밋
a1e5e6b619
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Gameserver/App/process/StoreProc.php

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

@@ -964,8 +964,8 @@ class StoreProc {
             foreach ($dic as $slotId => $gemUid) {
                 if ($uid == $gemUid) {
                     ctx()->store->equip->$eUid->gemSetSlot->$slotId = 0;
-                }
-                break 2;
+                    break 2;
+                }              
             }
         }