Przeglądaj źródła

装备宝石合成bug

cyzhao 6 miesięcy temu
rodzic
commit
a1e5e6b619
1 zmienionych plików z 2 dodań i 2 usunięć
  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;
+                }              
             }
         }