Browse Source

装备宝石合成bug

cyzhao 6 tháng trước cách đây
mục cha
commit
a1e5e6b619
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
+                }              
             }
         }