LAPTOP-SNT8I5JK\Boounion
2025-05-28 22f23da023b0a7fe25f07a947d36d429bddfc887
SourceCode/Bond/Servo/CEquipment.cpp
@@ -321,6 +321,9 @@
         Lock();
         for (int i = 0; i < SLOT_MAX; i++) {
            m_slot[i].serialize(ar);
            if (m_slot[i].getContext() != nullptr) {
               ((CGlass*)m_slot[i].getContext())->serialize(ar);
            }
         }
         Unlock();
      }